Html Css Color HEX #E18318 Carrot Orange

📋 copy color: '#E18318'

red 225 ◦ green 131 ◦ blue 24

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

Shades of Carrot Orange #E18318

Tints of Carrot Orange #E18318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

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

R = 59.21%
G = 34.47%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E18318 (or 0xE18318) is known color: Carrot Orange. HEX triplet: E1, 83 and 18. RGB value is (225,131,24). Sum of RGB (Red+Green+Blue) = 225+131+24=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E18318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18318 is #1E7CE7. Grayscale: #939393. Windows color (decimal): -1998056 or 1606625. OLE color: 1606625.

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

Color convert

RGB 225 131 24 -
CMYK 0 0.42 0.89 0.12
HSL 31.94º 0.81% 0.49% -
HSV(B) 31.94º 0.89% 0.88% -
XYZ 39.33 32.31 5.03 -
YUV 146.91 58.64 183.7 -
System Red Green Blue C M Y K H S L
Decimal 225 131 24 0 0.42 0.89 0.12 31.94 0.81 0.49
Hex E1 83 18 0 2A 59 C 20 51 31
Octal 341 203 30 0 52 131 14 40 121 61
Binary 11100001 10000011 11000 0 101010 1011001 1100 100000 1010001 110001

Color Harmonies of #E18318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18318

Black with #E18318

Text Example


Text Example

White with #E18318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18318; }

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

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

background-color css

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

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

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

border-color css

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

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

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