Html Css Color HEX #E48830 California

📋 copy color: '#E48830'

red 228 ◦ green 136 ◦ blue 48

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

Shades of California #E48830

Tints of California #E48830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.65%

R = 55.34%
G = 33.01%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E48830 (or 0xE48830) is known color: California. HEX triplet: E4, 88 and 30. RGB value is (228,136,48). Sum of RGB (Red+Green+Blue) = 228+136+48=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E48830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48830 is #1B77CF. Grayscale: #999999. Windows color (decimal): -1800144 or 3180772. OLE color: 3180772.

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

Color convert

RGB 228 136 48 -
CMYK 0 0.40 0.79 0.11
HSL 29.33º 0.77% 0.54% -
HSV(B) 29.33º 0.79% 0.89% -
XYZ 41.33 34.32 7.24 -
YUV 153.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 228 136 48 0 0.40 0.79 0.11 29.33 0.77 0.54
Hex E4 88 30 0 28 4F B 1D 4D 36
Octal 344 210 60 0 50 117 13 35 115 66
Binary 11100100 10001000 110000 0 101000 1001111 1011 11101 1001101 110110

Color Harmonies of #E48830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48830

Black with #E48830

Text Example


Text Example

White with #E48830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48830; }

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

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

background-color css

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

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

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

border-color css

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

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

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