Html Css Color HEX #E18935 California

📋 copy color: '#E18935'

red 225 ◦ green 137 ◦ blue 53

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

Shades of California #E18935

Tints of California #E18935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

 BLUE value IS 53 (21.09% from 255) = 12.77%

R = 54.22%
G = 33.01%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E18935 (or 0xE18935) is known color: California. HEX triplet: E1, 89 and 35. RGB value is (225,137,53). Sum of RGB (Red+Green+Blue) = 225+137+53=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E18935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18935 is #1E76CA. Grayscale: #9A9A9A. Windows color (decimal): -1996491 or 3508705. OLE color: 3508705.

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

Color convert

RGB 225 137 53 -
CMYK 0 0.39 0.76 0.12
HSL 29.3º 0.74% 0.55% -
HSV(B) 29.3º 0.76% 0.88% -
XYZ 40.64 34.16 7.82 -
YUV 153.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 225 137 53 0 0.39 0.76 0.12 29.3 0.74 0.55
Hex E1 89 35 0 27 4C C 1D 4A 37
Octal 341 211 65 0 47 114 14 35 112 67
Binary 11100001 10001001 110101 0 100111 1001100 1100 11101 1001010 110111

Color Harmonies of #E18935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18935

Black with #E18935

Text Example


Text Example

White with #E18935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18935; }

 p { color: rgb(225,137,53); }

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

background-color css

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

 a { background-color: rgb(225,137,53); }

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

border-color css

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

 span { border-color: rgb(225,137,53); }

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