Html Css Color HEX #E18C3E California

📋 copy color: '#E18C3E'

red 225 ◦ green 140 ◦ blue 62

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

Shades of California #E18C3E

Tints of California #E18C3E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 52.69%
G = 32.79%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E18C3E (or 0xE18C3E) is known color: California. HEX triplet: E1, 8C and 3E. RGB value is (225,140,62). Sum of RGB (Red+Green+Blue) = 225+140+62=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C3E is #1E73C1. Grayscale: #9C9C9C. Windows color (decimal): -1995714 or 4099297. OLE color: 4099297.

HSL color Cylindrical-coordinate representation of color #E18C3E: hue angle of 28.71º 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 #E18C3E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 140 62 -
CMYK 0 0.38 0.72 0.12
HSL 28.71º 0.73% 0.56% -
HSV(B) 28.71º 0.72% 0.88% -
XYZ 41.3 35.11 9.16 -
YUV 156.52 74.66 176.84 -
System Red Green Blue C M Y K H S L
Decimal 225 140 62 0 0.38 0.72 0.12 28.71 0.73 0.56
Hex E1 8C 3E 0 26 48 C 1D 49 38
Octal 341 214 76 0 46 110 14 35 111 70
Binary 11100001 10001100 111110 0 100110 1001000 1100 11101 1001001 111000

Color Harmonies of #E18C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C3E

Black with #E18C3E

Text Example


Text Example

White with #E18C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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