Html Css Color HEX #E18830 California

📋 copy color: '#E18830'

red 225 ◦ green 136 ◦ blue 48

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

Shades of California #E18830

Tints of California #E18830

RGB

 RED value IS 225 (88.28% from 255) = 55.01%

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

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

R = 55.01%
G = 33.25%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E18830 (or 0xE18830) is known color: California. HEX triplet: E1, 88 and 30. RGB value is (225,136,48). Sum of RGB (Red+Green+Blue) = 225+136+48=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E18830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18830 is #1E77CF. Grayscale: #999999. Windows color (decimal): -1996752 or 3180769. OLE color: 3180769.

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

Color convert

RGB 225 136 48 -
CMYK 0 0.40 0.79 0.12
HSL 29.83º 0.75% 0.54% -
HSV(B) 29.83º 0.79% 0.88% -
XYZ 40.39 33.83 7.2 -
YUV 152.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 225 136 48 0 0.40 0.79 0.12 29.83 0.75 0.54
Hex E1 88 30 0 28 4F C 1E 4B 36
Octal 341 210 60 0 50 117 14 36 113 66
Binary 11100001 10001000 110000 0 101000 1001111 1100 11110 1001011 110110

Color Harmonies of #E18830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18830

Black with #E18830

Text Example


Text Example

White with #E18830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18830; }

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

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

background-color css

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

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

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

border-color css

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

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

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