Html Css Color HEX #E18F3C California

📋 copy color: '#E18F3C'

red 225 ◦ green 143 ◦ blue 60

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

Shades of California #E18F3C

Tints of California #E18F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.02%

R = 52.57%
G = 33.41%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E18F3C (or 0xE18F3C) is known color: California. HEX triplet: E1, 8F and 3C. RGB value is (225,143,60). Sum of RGB (Red+Green+Blue) = 225+143+60=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18F3C is #1E70C3. Grayscale: #9E9E9E. Windows color (decimal): -1994948 or 3968993. OLE color: 3968993.

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

Color convert

RGB 225 143 60 -
CMYK 0 0.36 0.73 0.12
HSL 30.18º 0.73% 0.56% -
HSV(B) 30.18º 0.73% 0.88% -
XYZ 41.69 35.98 9.02 -
YUV 158.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 225 143 60 0 0.36 0.73 0.12 30.18 0.73 0.56
Hex E1 8F 3C 0 24 49 C 1E 49 38
Octal 341 217 74 0 44 111 14 36 111 70
Binary 11100001 10001111 111100 0 100100 1001001 1100 11110 1001001 111000

Color Harmonies of #E18F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F3C

Black with #E18F3C

Text Example


Text Example

White with #E18F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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