#e38e35

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

Shades of California #E38E35

Tints of California #E38E35

Color information

#E38E35 (or 0xE38E35) is unknown color: approx California. HEX triplet: E3, 8E and 35. RGB value is (227,142,53). Sum of RGB (Red+Green+Blue) = 227+142+53=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38E35 is #1C71CA. Grayscale: #9D9D9D. Windows color (decimal): -1864139 or 3509987. OLE color: 3509987.

HSL color Cylindrical-coordinate representation of color #E38E35: hue angle of 30.69º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E38E35 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB22714253-
CMYK00.370.770.11
HSL30.69º75.65%54.9%-
HSV(B)30.69º76.65%89.02%-
XYZ41.9935.938.09-
YUV157.2769.16177.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.79%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 53 (21.09% from 255) = 12.56%
R=53.79%
G=33.65%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271425300.370.770.1130.6975.6554.9
HexE38E350254DB1f4c37
Octal34321665045115133711467
Binary1110001110001110110101010010110011011011111111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e38e35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e38e35; }

 p { color: rgb(227,142,53); }

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

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

 a { background-color: rgb(227,142,53); }

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

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

 span { border-color: rgb(227,142,53); }

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