Html Css Color HEX #E18A3E California

📋 copy color: '#E18A3E'

red 225 ◦ green 138 ◦ blue 62

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

Shades of California #E18A3E

Tints of California #E18A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.59%

R = 52.94%
G = 32.47%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E18A3E (or 0xE18A3E) is known color: California. HEX triplet: E1, 8A and 3E. RGB value is (225,138,62). Sum of RGB (Red+Green+Blue) = 225+138+62=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A3E is #1E75C1. Grayscale: #9B9B9B. Windows color (decimal): -1996226 or 4098785. OLE color: 4098785.

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

Color convert

RGB 225 138 62 -
CMYK 0 0.39 0.72 0.12
HSL 27.98º 0.73% 0.56% -
HSV(B) 27.98º 0.72% 0.88% -
XYZ 41.01 34.53 9.06 -
YUV 155.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 225 138 62 0 0.39 0.72 0.12 27.98 0.73 0.56
Hex E1 8A 3E 0 27 48 C 1C 49 38
Octal 341 212 76 0 47 110 14 34 111 70
Binary 11100001 10001010 111110 0 100111 1001000 1100 11100 1001001 111000

Color Harmonies of #E18A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A3E

Black with #E18A3E

Text Example


Text Example

White with #E18A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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