Html Css Color HEX #EF8614 Carrot Orange

📋 copy color: '#EF8614'

red 239 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #EF8614

Tints of Carrot Orange #EF8614

RGB

 RED value IS 239 (93.75% from 255) = 60.81%

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 60.81%
G = 34.1%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF8614 (or 0xEF8614) is known color: Carrot Orange. HEX triplet: EF, 86 and 14. RGB value is (239,134,20). Sum of RGB (Red+Green+Blue) = 239+134+20=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8614 is #1079EB. Grayscale: #989898. Windows color (decimal): -1079788 or 1345263. OLE color: 1345263.

HSL color Cylindrical-coordinate representation of color #EF8614: hue angle of 31.23º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8614 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 20 -
CMYK 0 0.44 0.92 0.06
HSL 31.23º 0.87% 0.51% -
HSV(B) 31.23º 0.92% 0.94% -
XYZ 44.25 35.45 5.17 -
YUV 152.4 53.29 189.77 -
System Red Green Blue C M Y K H S L
Decimal 239 134 20 0 0.44 0.92 0.06 31.23 0.87 0.51
Hex EF 86 14 0 2C 5C 6 1F 57 33
Octal 357 206 24 0 54 134 6 37 127 63
Binary 11101111 10000110 10100 0 101100 1011100 110 11111 1010111 110011

Color Harmonies of #EF8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8614

Black with #EF8614

Text Example


Text Example

White with #EF8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8614; }

 p { color: rgb(239,134,20); }

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

background-color css

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

 a { background-color: rgb(239,134,20); }

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

border-color css

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

 span { border-color: rgb(239,134,20); }

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