Html Css Color HEX #EA7F15 Carrot Orange

📋 copy color: '#EA7F15'

red 234 ◦ green 127 ◦ blue 21

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

Shades of Carrot Orange #EA7F15

Tints of Carrot Orange #EA7F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.5%

R = 61.26%
G = 33.25%
B = 5.5%

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

#EA7F15 (or 0xEA7F15) is known color: Carrot Orange. HEX triplet: EA, 7F and 15. RGB value is (234,127,21). Sum of RGB (Red+Green+Blue) = 234+127+21=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7F15 is #1580EA. Grayscale: #939393. Windows color (decimal): -1409259 or 1409002. OLE color: 1409002.

HSL color Cylindrical-coordinate representation of color #EA7F15: hue angle of 29.86º degrees, saturation: 0.84, 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 #EA7F15 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 127 21 -
CMYK 0 0.46 0.91 0.08
HSL 29.86º 0.84% 0.5% -
HSV(B) 29.86º 0.91% 0.92% -
XYZ 41.66 32.73 4.83 -
YUV 146.91 56.95 190.12 -
System Red Green Blue C M Y K H S L
Decimal 234 127 21 0 0.46 0.91 0.08 29.86 0.84 0.5
Hex EA 7F 15 0 2E 5B 8 1E 54 32
Octal 352 177 25 0 56 133 10 36 124 62
Binary 11101010 1111111 10101 0 101110 1011011 1000 11110 1010100 110010

Color Harmonies of #EA7F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7F15

Black with #EA7F15

Text Example


Text Example

White with #EA7F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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