#e38d3b

Color #E38D3B California (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of California #E38D3B

Tints of California #E38D3B

Color information

#E38D3B (or 0xE38D3B) is unknown color: approx California. HEX triplet: E3, 8D and 3B. RGB value is (227,141,59). Sum of RGB (Red+Green+Blue) = 227+141+59=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38D3B is #1C72C4. Grayscale: #9D9D9D. Windows color (decimal): -1864389 or 3902947. OLE color: 3902947.

HSL color Cylindrical-coordinate representation of color #E38D3B: hue angle of 29.29º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E38D3B is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22714159-
CMYK00.380.740.11
HSL29.29º75%56.08%-
HSV(B)29.29º74.01%89.02%-
XYZ41.9935.78.81-
YUV157.3772.49177.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 53.16%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 59 (23.44% from 255) = 13.82%
R=53.16%
G=33.02%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271415900.380.740.1129.297556.08
HexE38D3B0264AB1d4b38
Octal34321573046112133511370
Binary1110001110001101111011010011010010101011111011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e38d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e38d3b; }

 p { color: rgb(227,141,59); }

 H1.HeaderClassName
 {
   color: #e38d3b;
 }
 .AnyTagClassName
 {
   color: #e38d3b;
 }
</style>
background-color css

<style>
 a { background-color: #e38d3b; }

 a { background-color: rgb(227,141,59); }

 div.DivClassName
 {
   background-color: #e38d3b;
 }
 .BgClassName
 {
   background-color: #e38d3b;
 }
</style>
border-color css

<style>
 span { border-color: #e38d3b; }

 span { border-color: rgb(227,141,59); }

 td.TdClassName
 {
   border-color: #e38d3b;
 }
 .TagClassName
 {
   border-color: #e38d3b;
 }
</style>