Html Css Color HEX #E18A21 Carrot Orange

📋 copy color: '#E18A21'

red 225 ◦ green 138 ◦ blue 33

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

Shades of Carrot Orange #E18A21

Tints of Carrot Orange #E18A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 56.82%
G = 34.85%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E18A21 (or 0xE18A21) is known color: Carrot Orange. HEX triplet: E1, 8A and 21. RGB value is (225,138,33). Sum of RGB (Red+Green+Blue) = 225+138+33=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A21 is #1E75DE. Grayscale: #989898. Windows color (decimal): -1996255 or 2198241. OLE color: 2198241.

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

Color convert

RGB 225 138 33 -
CMYK 0 0.39 0.85 0.12
HSL 32.81º 0.76% 0.51% -
HSV(B) 32.81º 0.85% 0.88% -
XYZ 40.41 34.29 5.93 -
YUV 152.04 60.82 180.04 -
System Red Green Blue C M Y K H S L
Decimal 225 138 33 0 0.39 0.85 0.12 32.81 0.76 0.51
Hex E1 8A 21 0 27 55 C 21 4C 33
Octal 341 212 41 0 47 125 14 41 114 63
Binary 11100001 10001010 100001 0 100111 1010101 1100 100001 1001100 110011

Color Harmonies of #E18A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A21

Black with #E18A21

Text Example


Text Example

White with #E18A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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