Html Css Color HEX #EF8022 Carrot Orange

📋 copy color: '#EF8022'

red 239 ◦ green 128 ◦ blue 34

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

Shades of Carrot Orange #EF8022

Tints of Carrot Orange #EF8022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.48%

R = 59.6%
G = 31.92%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF8022 (or 0xEF8022) is known color: Carrot Orange. HEX triplet: EF, 80 and 22. RGB value is (239,128,34). Sum of RGB (Red+Green+Blue) = 239+128+34=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8022 is #107FDD. Grayscale: #969696. Windows color (decimal): -1081310 or 2261231. OLE color: 2261231.

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

Color convert

RGB 239 128 34 -
CMYK 0 0.46 0.86 0.06
HSL 27.51º 0.86% 0.54% -
HSV(B) 27.51º 0.86% 0.94% -
XYZ 43.6 33.9 5.76 -
YUV 150.47 62.27 191.14 -
System Red Green Blue C M Y K H S L
Decimal 239 128 34 0 0.46 0.86 0.06 27.51 0.86 0.54
Hex EF 80 22 0 2E 56 6 1C 56 36
Octal 357 200 42 0 56 126 6 34 126 66
Binary 11101111 10000000 100010 0 101110 1010110 110 11100 1010110 110110

Color Harmonies of #EF8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8022

Black with #EF8022

Text Example


Text Example

White with #EF8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8022; }

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

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

background-color css

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

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

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

border-color css

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

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

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