Html Css Color HEX #EA8F14 Carrot Orange

📋 copy color: '#EA8F14'

red 234 ◦ green 143 ◦ blue 20

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

Shades of Carrot Orange #EA8F14

Tints of Carrot Orange #EA8F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.02%

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 58.94%
G = 36.02%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA8F14 (or 0xEA8F14) is known color: Carrot Orange. HEX triplet: EA, 8F and 14. RGB value is (234,143,20). Sum of RGB (Red+Green+Blue) = 234+143+20=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F14 is #1570EB. Grayscale: #9C9C9C. Windows color (decimal): -1405164 or 1347562. OLE color: 1347562.

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

Color convert

RGB 234 143 20 -
CMYK 0 0.39 0.91 0.08
HSL 34.49º 0.84% 0.5% -
HSV(B) 34.49º 0.91% 0.92% -
XYZ 43.88 37.19 5.53 -
YUV 156.19 51.15 183.5 -
System Red Green Blue C M Y K H S L
Decimal 234 143 20 0 0.39 0.91 0.08 34.49 0.84 0.5
Hex EA 8F 14 0 27 5B 8 22 54 32
Octal 352 217 24 0 47 133 10 42 124 62
Binary 11101010 10001111 10100 0 100111 1011011 1000 100010 1010100 110010

Color Harmonies of #EA8F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F14

Black with #EA8F14

Text Example


Text Example

White with #EA8F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F14; }

 p { color: rgb(234,143,20); }

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

background-color css

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

 a { background-color: rgb(234,143,20); }

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

border-color css

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

 span { border-color: rgb(234,143,20); }

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