Html Css Color HEX #E48B40 California

📋 copy color: '#E48B40'

red 228 ◦ green 139 ◦ blue 64

#E48B40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #E48B40

Tints of California #E48B40

RGB

 RED value IS 228 (89.45% from 255) = 52.9%

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 52.9%
G = 32.25%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E48B40 (or 0xE48B40) is known color: California. HEX triplet: E4, 8B and 40. RGB value is (228,139,64). Sum of RGB (Red+Green+Blue) = 228+139+64=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48B40 is #1B74BF. Grayscale: #9D9D9D. Windows color (decimal): -1799360 or 4230116. OLE color: 4230116.

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

Color convert

RGB 228 139 64 -
CMYK 0 0.39 0.72 0.11
HSL 27.44º 0.75% 0.57% -
HSV(B) 27.44º 0.72% 0.89% -
XYZ 42.15 35.33 9.45 -
YUV 157.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 228 139 64 0 0.39 0.72 0.11 27.44 0.75 0.57
Hex E4 8B 40 0 27 48 B 1B 4B 39
Octal 344 213 100 0 47 110 13 33 113 71
Binary 11100100 10001011 1000000 0 100111 1001000 1011 11011 1001011 111001

Color Harmonies of #E48B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48B40

Black with #E48B40

Text Example


Text Example

White with #E48B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48B40; }

 p { color: rgb(228,139,64); }

 H1.HeaderClassName
 {
   color: #E48B40;
 }
 .AnyTagClassName
 {
   color: #E48B40;
 }
</style>

background-color css

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

 a { background-color: rgb(228,139,64); }

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

border-color css

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

 span { border-color: rgb(228,139,64); }

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