Html Css Color HEX #E48C3E California

📋 copy color: '#E48C3E'

red 228 ◦ green 140 ◦ blue 62

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

Shades of California #E48C3E

Tints of California #E48C3E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 62 (24.61% from 255) = 14.42%

R = 53.02%
G = 32.56%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E48C3E (or 0xE48C3E) is known color: California. HEX triplet: E4, 8C and 3E. RGB value is (228,140,62). Sum of RGB (Red+Green+Blue) = 228+140+62=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48C3E is #1B73C1. Grayscale: #9D9D9D. Windows color (decimal): -1799106 or 4099300. OLE color: 4099300.

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

Color convert

RGB 228 140 62 -
CMYK 0 0.39 0.73 0.11
HSL 28.19º 0.75% 0.57% -
HSV(B) 28.19º 0.73% 0.89% -
XYZ 42.24 35.6 9.2 -
YUV 157.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 228 140 62 0 0.39 0.73 0.11 28.19 0.75 0.57
Hex E4 8C 3E 0 27 49 B 1C 4B 39
Octal 344 214 76 0 47 111 13 34 113 71
Binary 11100100 10001100 111110 0 100111 1001001 1011 11100 1001011 111001

Color Harmonies of #E48C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C3E

Black with #E48C3E

Text Example


Text Example

White with #E48C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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