Html Css Color HEX #EA7F21 Carrot Orange

📋 copy color: '#EA7F21'

red 234 ◦ green 127 ◦ blue 33

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

Shades of Carrot Orange #EA7F21

Tints of Carrot Orange #EA7F21

RGB

 RED value IS 234 (91.8% from 255) = 59.39%

 GREEN value IS 127 (50% from 255) = 32.23%

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

R = 59.39%
G = 32.23%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA7F21 (or 0xEA7F21) is known color: Carrot Orange. HEX triplet: EA, 7F and 21. RGB value is (234,127,33). Sum of RGB (Red+Green+Blue) = 234+127+33=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7F21 is #1580DE. Grayscale: #949494. Windows color (decimal): -1409247 or 2195434. OLE color: 2195434.

HSL color Cylindrical-coordinate representation of color #EA7F21: hue angle of 28.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA7F21 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 127 33 -
CMYK 0 0.46 0.86 0.08
HSL 28.06º 0.83% 0.52% -
HSV(B) 28.06º 0.86% 0.92% -
XYZ 41.8 32.78 5.56 -
YUV 148.28 62.95 189.14 -
System Red Green Blue C M Y K H S L
Decimal 234 127 33 0 0.46 0.86 0.08 28.06 0.83 0.52
Hex EA 7F 21 0 2E 56 8 1C 53 34
Octal 352 177 41 0 56 126 10 34 123 64
Binary 11101010 1111111 100001 0 101110 1010110 1000 11100 1010011 110100

Color Harmonies of #EA7F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7F21

Black with #EA7F21

Text Example


Text Example

White with #EA7F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7F21; }

 p { color: rgb(234,127,33); }

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

background-color css

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

 a { background-color: rgb(234,127,33); }

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

border-color css

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

 span { border-color: rgb(234,127,33); }

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