Html Css Color HEX #E18B40 California

📋 copy color: '#E18B40'

red 225 ◦ green 139 ◦ blue 64

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

Shades of California #E18B40

Tints of California #E18B40

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 52.57%
G = 32.48%
B = 14.95%

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

#E18B40 (or 0xE18B40) is known color: California. HEX triplet: E1, 8B and 40. RGB value is (225,139,64). Sum of RGB (Red+Green+Blue) = 225+139+64=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B40 is #1E74BF. Grayscale: #9C9C9C. Windows color (decimal): -1995968 or 4230113. OLE color: 4230113.

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

Color convert

RGB 225 139 64 -
CMYK 0 0.38 0.72 0.12
HSL 27.95º 0.73% 0.57% -
HSV(B) 27.95º 0.72% 0.88% -
XYZ 41.21 34.84 9.4 -
YUV 156.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 225 139 64 0 0.38 0.72 0.12 27.95 0.73 0.57
Hex E1 8B 40 0 26 48 C 1C 49 39
Octal 341 213 100 0 46 110 14 34 111 71
Binary 11100001 10001011 1000000 0 100110 1001000 1100 11100 1001001 111001

Color Harmonies of #E18B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18B40

Black with #E18B40

Text Example


Text Example

White with #E18B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18B40; }

 p { color: rgb(225,139,64); }

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

background-color css

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

 a { background-color: rgb(225,139,64); }

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

border-color css

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

 span { border-color: rgb(225,139,64); }

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