Html Css Color HEX #E18C18 Carrot Orange

📋 copy color: '#E18C18'

red 225 ◦ green 140 ◦ blue 24

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

Shades of Carrot Orange #E18C18

Tints of Carrot Orange #E18C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 57.84%
G = 35.99%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E18C18 (or 0xE18C18) is known color: Carrot Orange. HEX triplet: E1, 8C and 18. RGB value is (225,140,24). Sum of RGB (Red+Green+Blue) = 225+140+24=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18C18 is #1E73E7. Grayscale: #989898. Windows color (decimal): -1995752 or 1608929. OLE color: 1608929.

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

Color convert

RGB 225 140 24 -
CMYK 0 0.38 0.89 0.12
HSL 34.63º 0.81% 0.49% -
HSV(B) 34.63º 0.89% 0.88% -
XYZ 40.59 34.83 5.45 -
YUV 152.19 55.66 179.93 -
System Red Green Blue C M Y K H S L
Decimal 225 140 24 0 0.38 0.89 0.12 34.63 0.81 0.49
Hex E1 8C 18 0 26 59 C 23 51 31
Octal 341 214 30 0 46 131 14 43 121 61
Binary 11100001 10001100 11000 0 100110 1011001 1100 100011 1010001 110001

Color Harmonies of #E18C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C18

Black with #E18C18

Text Example


Text Example

White with #E18C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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