Html Css Color HEX #E18931 California

📋 copy color: '#E18931'

red 225 ◦ green 137 ◦ blue 49

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

Shades of California #E18931

Tints of California #E18931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 11.92%

R = 54.74%
G = 33.33%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E18931 (or 0xE18931) is known color: California. HEX triplet: E1, 89 and 31. RGB value is (225,137,49). Sum of RGB (Red+Green+Blue) = 225+137+49=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E18931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18931 is #1E76CE. Grayscale: #999999. Windows color (decimal): -1996495 or 3246561. OLE color: 3246561.

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

Color convert

RGB 225 137 49 -
CMYK 0 0.39 0.78 0.12
HSL 30º 0.75% 0.54% -
HSV(B) 30º 0.78% 0.88% -
XYZ 40.55 34.12 7.35 -
YUV 153.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 225 137 49 0 0.39 0.78 0.12 30 0.75 0.54
Hex E1 89 31 0 27 4E C 1E 4B 36
Octal 341 211 61 0 47 116 14 36 113 66
Binary 11100001 10001001 110001 0 100111 1001110 1100 11110 1001011 110110

Color Harmonies of #E18931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18931

Black with #E18931

Text Example


Text Example

White with #E18931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18931; }

 p { color: rgb(225,137,49); }

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

background-color css

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

 a { background-color: rgb(225,137,49); }

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

border-color css

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

 span { border-color: rgb(225,137,49); }

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