#E38D41

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

Shades of California #E38D41

Tints of California #E38D41

Color information

#E38D41 (or 0xE38D41) is unknown color: approx California. HEX triplet: E3, 8D and 41. RGB value is (227,141,65). Sum of RGB (Red+Green+Blue) = 227+141+65=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38D41 is #1C72BE. Grayscale: #9E9E9E. Windows color (decimal): -1864383 or 4296163. OLE color: 4296163.

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

Color convert

RGB22714165-
CMYK00.380.710.11
HSL28.15º74.31%57.25%-
HSV(B)28.15º71.37%89.02%-
XYZ42.1635.769.68-
YUV158.0575.49177.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.42%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 65 (25.78% from 255) = 15.01%
R=52.42%
G=32.56%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271416500.380.710.1128.1574.3157.25
HexE38D4102647B1c4a39
Octal343215101046107133411271
Binary11100011100011011000001010011010001111011111001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38D41; }

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

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

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

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

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

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

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

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