Html Css Color HEX #E48832 California

📋 copy color: '#E48832'

red 228 ◦ green 136 ◦ blue 50

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

Shades of California #E48832

Tints of California #E48832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.85%

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 55.07%
G = 32.85%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E48832 (or 0xE48832) is known color: California. HEX triplet: E4, 88 and 32. RGB value is (228,136,50). Sum of RGB (Red+Green+Blue) = 228+136+50=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E48832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48832 is #1B77CD. Grayscale: #9A9A9A. Windows color (decimal): -1800142 or 3311844. OLE color: 3311844.

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

Color convert

RGB 228 136 50 -
CMYK 0 0.40 0.78 0.11
HSL 28.99º 0.77% 0.55% -
HSV(B) 28.99º 0.78% 0.89% -
XYZ 41.37 34.33 7.46 -
YUV 153.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 228 136 50 0 0.40 0.78 0.11 28.99 0.77 0.55
Hex E4 88 32 0 28 4E B 1D 4D 37
Octal 344 210 62 0 50 116 13 35 115 67
Binary 11100100 10001000 110010 0 101000 1001110 1011 11101 1001101 110111

Color Harmonies of #E48832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48832

Black with #E48832

Text Example


Text Example

White with #E48832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48832; }

 p { color: rgb(228,136,50); }

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

background-color css

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

 a { background-color: rgb(228,136,50); }

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

border-color css

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

 span { border-color: rgb(228,136,50); }

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