Html Css Color HEX #EF8017 Carrot Orange

📋 copy color: '#EF8017'

red 239 ◦ green 128 ◦ blue 23

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

Shades of Carrot Orange #EF8017

Tints of Carrot Orange #EF8017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.82%

 BLUE value IS 23 (9.38% from 255) = 5.9%

R = 61.28%
G = 32.82%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF8017 (or 0xEF8017) is known color: Carrot Orange. HEX triplet: EF, 80 and 17. RGB value is (239,128,23). Sum of RGB (Red+Green+Blue) = 239+128+23=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8017 is #107FE8. Grayscale: #959595. Windows color (decimal): -1081321 or 1540335. OLE color: 1540335.

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

Color convert

RGB 239 128 23 -
CMYK 0 0.46 0.90 0.06
HSL 29.17º 0.87% 0.51% -
HSV(B) 29.17º 0.9% 0.94% -
XYZ 43.47 33.85 5.05 -
YUV 149.22 56.77 192.04 -
System Red Green Blue C M Y K H S L
Decimal 239 128 23 0 0.46 0.90 0.06 29.17 0.87 0.51
Hex EF 80 17 0 2E 5A 6 1D 57 33
Octal 357 200 27 0 56 132 6 35 127 63
Binary 11101111 10000000 10111 0 101110 1011010 110 11101 1010111 110011

Color Harmonies of #EF8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8017

Black with #EF8017

Text Example


Text Example

White with #EF8017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8017; }

 p { color: rgb(239,128,23); }

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

background-color css

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

 a { background-color: rgb(239,128,23); }

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

border-color css

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

 span { border-color: rgb(239,128,23); }

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