#E38A41

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

Shades of California #E38A41

Tints of California #E38A41

Color information

#E38A41 (or 0xE38A41) is unknown color: approx California. HEX triplet: E3, 8A and 41. RGB value is (227,138,65). Sum of RGB (Red+Green+Blue) = 227+138+65=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38A41 is #1C75BE. Grayscale: #9C9C9C. Windows color (decimal): -1865151 or 4295395. OLE color: 4295395.

HSL color Cylindrical-coordinate representation of color #E38A41: hue angle of 27.04º 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 #E38A41 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB22713865-
CMYK00.390.710.11
HSL27.04º74.31%57.25%-
HSV(B)27.04º71.37%89.02%-
XYZ41.7234.899.54-
YUV156.2976.49178.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.79%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=52.79%
G=32.09%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271386500.390.710.1127.0474.3157.25
HexE38A4102747B1b4a39
Octal343212101047107133311271
Binary11100011100010101000001010011110001111011110111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38A41; }

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

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

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

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

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

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

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

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