Html Css Color HEX #E18A2E California

📋 copy color: '#E18A2E'

red 225 ◦ green 138 ◦ blue 46

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

Shades of California #E18A2E

Tints of California #E18A2E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

 BLUE value IS 46 (18.36% from 255) = 11.25%

R = 55.01%
G = 33.74%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E18A2E (or 0xE18A2E) is known color: California. HEX triplet: E1, 8A and 2E. RGB value is (225,138,46). Sum of RGB (Red+Green+Blue) = 225+138+46=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A2E is #1E75D1. Grayscale: #999999. Windows color (decimal): -1996242 or 3050209. OLE color: 3050209.

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

Color convert

RGB 225 138 46 -
CMYK 0 0.39 0.80 0.12
HSL 30.84º 0.75% 0.53% -
HSV(B) 30.84º 0.8% 0.88% -
XYZ 40.63 34.38 7.08 -
YUV 153.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 225 138 46 0 0.39 0.80 0.12 30.84 0.75 0.53
Hex E1 8A 2E 0 27 50 C 1F 4B 35
Octal 341 212 56 0 47 120 14 37 113 65
Binary 11100001 10001010 101110 0 100111 1010000 1100 11111 1001011 110101

Color Harmonies of #E18A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A2E

Black with #E18A2E

Text Example


Text Example

White with #E18A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A2E; }

 p { color: rgb(225,138,46); }

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

background-color css

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

 a { background-color: rgb(225,138,46); }

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

border-color css

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

 span { border-color: rgb(225,138,46); }

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