Html Css Color HEX #E18C3A California

📋 copy color: '#E18C3A'

red 225 ◦ green 140 ◦ blue 58

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

Shades of California #E18C3A

Tints of California #E18C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.71%

R = 53.19%
G = 33.1%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E18C3A (or 0xE18C3A) is known color: California. HEX triplet: E1, 8C and 3A. RGB value is (225,140,58). Sum of RGB (Red+Green+Blue) = 225+140+58=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C3A is #1E73C5. Grayscale: #9C9C9C. Windows color (decimal): -1995718 or 3837153. OLE color: 3837153.

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

Color convert

RGB 225 140 58 -
CMYK 0 0.38 0.74 0.12
HSL 29.46º 0.74% 0.55% -
HSV(B) 29.46º 0.74% 0.88% -
XYZ 41.19 35.07 8.6 -
YUV 156.07 72.66 177.17 -
System Red Green Blue C M Y K H S L
Decimal 225 140 58 0 0.38 0.74 0.12 29.46 0.74 0.55
Hex E1 8C 3A 0 26 4A C 1D 4A 37
Octal 341 214 72 0 46 112 14 35 112 67
Binary 11100001 10001100 111010 0 100110 1001010 1100 11101 1001010 110111

Color Harmonies of #E18C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C3A

Black with #E18C3A

Text Example


Text Example

White with #E18C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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