#E48C35

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

Shades of California #E48C35

Tints of California #E48C35

Color information

#E48C35 (or 0xE48C35) is unknown color: approx California. HEX triplet: E4, 8C and 35. RGB value is (228,140,53). Sum of RGB (Red+Green+Blue) = 228+140+53=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48C35 is #1B73CA. Grayscale: #9C9C9C. Windows color (decimal): -1799115 or 3509476. OLE color: 3509476.

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

Color convert

RGB22814053-
CMYK00.390.770.11
HSL29.83º76.42%55.1%-
HSV(B)29.83º76.75%89.41%-
XYZ42.0235.518.01-
YUV156.3969.65179.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.16%
GREEN value IS 140 (55.08% from 255) = 33.25%
BLUE value IS 53 (21.09% from 255) = 12.59%
R=54.16%
G=33.25%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281405300.390.770.1129.8376.4255.1
HexE48C350274DB1e4c37
Octal34421465047115133611467
Binary1110010010001100110101010011110011011011111101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48C35; }

 p { color: rgb(228,140,53); }

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

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

 a { background-color: rgb(228,140,53); }

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

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

 span { border-color: rgb(228,140,53); }

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