Html Css Color HEX #EA7E16 Carrot Orange

📋 copy color: '#EA7E16'

red 234 ◦ green 126 ◦ blue 22

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

Shades of Carrot Orange #EA7E16

Tints of Carrot Orange #EA7E16

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.98%

 BLUE value IS 22 (8.98% from 255) = 5.76%

R = 61.26%
G = 32.98%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA7E16 (or 0xEA7E16) is known color: Carrot Orange. HEX triplet: EA, 7E and 16. RGB value is (234,126,22). Sum of RGB (Red+Green+Blue) = 234+126+22=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7E16 is #1581E9. Grayscale: #929292. Windows color (decimal): -1409514 or 1474282. OLE color: 1474282.

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

Color convert

RGB 234 126 22 -
CMYK 0 0.46 0.91 0.08
HSL 29.43º 0.83% 0.5% -
HSV(B) 29.43º 0.91% 0.92% -
XYZ 41.54 32.47 4.84 -
YUV 146.44 57.78 190.46 -
System Red Green Blue C M Y K H S L
Decimal 234 126 22 0 0.46 0.91 0.08 29.43 0.83 0.5
Hex EA 7E 16 0 2E 5B 8 1D 53 32
Octal 352 176 26 0 56 133 10 35 123 62
Binary 11101010 1111110 10110 0 101110 1011011 1000 11101 1010011 110010

Color Harmonies of #EA7E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7E16

Black with #EA7E16

Text Example


Text Example

White with #EA7E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7E16; }

 p { color: rgb(234,126,22); }

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

background-color css

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

 a { background-color: rgb(234,126,22); }

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

border-color css

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

 span { border-color: rgb(234,126,22); }

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