Html Css Color HEX #E18F3E California

📋 copy color: '#E18F3E'

red 225 ◦ green 143 ◦ blue 62

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

Shades of California #E18F3E

Tints of California #E18F3E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.26%

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

R = 52.33%
G = 33.26%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E18F3E (or 0xE18F3E) is known color: California. HEX triplet: E1, 8F and 3E. RGB value is (225,143,62). Sum of RGB (Red+Green+Blue) = 225+143+62=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18F3E is #1E70C1. Grayscale: #9E9E9E. Windows color (decimal): -1994946 or 4100065. OLE color: 4100065.

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

Color convert

RGB 225 143 62 -
CMYK 0 0.36 0.72 0.12
HSL 29.82º 0.73% 0.56% -
HSV(B) 29.82º 0.72% 0.88% -
XYZ 41.74 36 9.31 -
YUV 158.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 225 143 62 0 0.36 0.72 0.12 29.82 0.73 0.56
Hex E1 8F 3E 0 24 48 C 1E 49 38
Octal 341 217 76 0 44 110 14 36 111 70
Binary 11100001 10001111 111110 0 100100 1001000 1100 11110 1001001 111000

Color Harmonies of #E18F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F3E

Black with #E18F3E

Text Example


Text Example

White with #E18F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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