Html Css Color HEX #E18A1C Carrot Orange

📋 copy color: '#E18A1C'

red 225 ◦ green 138 ◦ blue 28

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

Shades of Carrot Orange #E18A1C

Tints of Carrot Orange #E18A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

 BLUE value IS 28 (11.33% from 255) = 7.16%

R = 57.54%
G = 35.29%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E18A1C (or 0xE18A1C) is known color: Carrot Orange. HEX triplet: E1, 8A and 1C. RGB value is (225,138,28). Sum of RGB (Red+Green+Blue) = 225+138+28=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A1C is #1E75E3. Grayscale: #989898. Windows color (decimal): -1996260 or 1870561. OLE color: 1870561.

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

Color convert

RGB 225 138 28 -
CMYK 0 0.39 0.88 0.12
HSL 33.5º 0.78% 0.5% -
HSV(B) 33.5º 0.88% 0.88% -
XYZ 40.35 34.27 5.59 -
YUV 151.47 58.32 180.44 -
System Red Green Blue C M Y K H S L
Decimal 225 138 28 0 0.39 0.88 0.12 33.5 0.78 0.5
Hex E1 8A 1C 0 27 58 C 22 4E 32
Octal 341 212 34 0 47 130 14 42 116 62
Binary 11100001 10001010 11100 0 100111 1011000 1100 100010 1001110 110010

Color Harmonies of #E18A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A1C

Black with #E18A1C

Text Example


Text Example

White with #E18A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A1C; }

 p { color: rgb(225,138,28); }

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

background-color css

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

 a { background-color: rgb(225,138,28); }

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

border-color css

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

 span { border-color: rgb(225,138,28); }

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