Html Css Color HEX #E18C1C Carrot Orange

📋 copy color: '#E18C1C'

red 225 ◦ green 140 ◦ blue 28

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

Shades of Carrot Orange #E18C1C

Tints of Carrot Orange #E18C1C

RGB

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

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

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

R = 57.25%
G = 35.62%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E18C1C (or 0xE18C1C) is known color: Carrot Orange. HEX triplet: E1, 8C and 1C. RGB value is (225,140,28). Sum of RGB (Red+Green+Blue) = 225+140+28=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C1C is #1E73E3. Grayscale: #999999. Windows color (decimal): -1995748 or 1871073. OLE color: 1871073.

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

Color convert

RGB 225 140 28 -
CMYK 0 0.38 0.88 0.12
HSL 34.11º 0.78% 0.5% -
HSV(B) 34.11º 0.88% 0.88% -
XYZ 40.64 34.85 5.68 -
YUV 152.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 225 140 28 0 0.38 0.88 0.12 34.11 0.78 0.5
Hex E1 8C 1C 0 26 58 C 22 4E 32
Octal 341 214 34 0 46 130 14 42 116 62
Binary 11100001 10001100 11100 0 100110 1011000 1100 100010 1001110 110010

Color Harmonies of #E18C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C1C

Black with #E18C1C

Text Example


Text Example

White with #E18C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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