Html Css Color HEX #E18C32 California

📋 copy color: '#E18C32'

red 225 ◦ green 140 ◦ blue 50

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

Shades of California #E18C32

Tints of California #E18C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 54.22%
G = 33.73%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E18C32 (or 0xE18C32) is known color: California. HEX triplet: E1, 8C and 32. RGB value is (225,140,50). Sum of RGB (Red+Green+Blue) = 225+140+50=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C32 is #1E73CD. Grayscale: #9B9B9B. Windows color (decimal): -1995726 or 3312865. OLE color: 3312865.

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

Color convert

RGB 225 140 50 -
CMYK 0 0.38 0.78 0.12
HSL 30.86º 0.74% 0.54% -
HSV(B) 30.86º 0.78% 0.88% -
XYZ 41.01 34.99 7.61 -
YUV 155.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 225 140 50 0 0.38 0.78 0.12 30.86 0.74 0.54
Hex E1 8C 32 0 26 4E C 1F 4A 36
Octal 341 214 62 0 46 116 14 37 112 66
Binary 11100001 10001100 110010 0 100110 1001110 1100 11111 1001010 110110

Color Harmonies of #E18C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C32

Black with #E18C32

Text Example


Text Example

White with #E18C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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