Html Css Color HEX #E18D35 California

📋 copy color: '#E18D35'

red 225 ◦ green 141 ◦ blue 53

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

Shades of California #E18D35

Tints of California #E18D35

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

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

R = 53.7%
G = 33.65%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E18D35 (or 0xE18D35) is known color: California. HEX triplet: E1, 8D and 35. RGB value is (225,141,53). Sum of RGB (Red+Green+Blue) = 225+141+53=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D35 is #1E72CA. Grayscale: #9C9C9C. Windows color (decimal): -1995467 or 3509729. OLE color: 3509729.

HSL color Cylindrical-coordinate representation of color #E18D35: hue angle of 30.7º 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 #E18D35 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 141 53 -
CMYK 0 0.37 0.76 0.12
HSL 30.7º 0.74% 0.55% -
HSV(B) 30.7º 0.76% 0.88% -
XYZ 41.22 35.31 8.01 -
YUV 156.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 225 141 53 0 0.37 0.76 0.12 30.7 0.74 0.55
Hex E1 8D 35 0 25 4C C 1F 4A 37
Octal 341 215 65 0 45 114 14 37 112 67
Binary 11100001 10001101 110101 0 100101 1001100 1100 11111 1001010 110111

Color Harmonies of #E18D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D35

Black with #E18D35

Text Example


Text Example

White with #E18D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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