Html Css Color HEX #EF8220 Carrot Orange

📋 copy color: '#EF8220'

red 239 ◦ green 130 ◦ blue 32

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

Shades of Carrot Orange #EF8220

Tints of Carrot Orange #EF8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 32 (12.89% from 255) = 7.98%

R = 59.6%
G = 32.42%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF8220 (or 0xEF8220) is known color: Carrot Orange. HEX triplet: EF, 82 and 20. RGB value is (239,130,32). Sum of RGB (Red+Green+Blue) = 239+130+32=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8220 is #107DDF. Grayscale: #979797. Windows color (decimal): -1080800 or 2130671. OLE color: 2130671.

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

Color convert

RGB 239 130 32 -
CMYK 0 0.46 0.87 0.06
HSL 28.41º 0.87% 0.53% -
HSV(B) 28.41º 0.87% 0.94% -
XYZ 43.84 34.42 5.7 -
YUV 151.42 60.61 190.47 -
System Red Green Blue C M Y K H S L
Decimal 239 130 32 0 0.46 0.87 0.06 28.41 0.87 0.53
Hex EF 82 20 0 2E 57 6 1C 57 35
Octal 357 202 40 0 56 127 6 34 127 65
Binary 11101111 10000010 100000 0 101110 1010111 110 11100 1010111 110101

Color Harmonies of #EF8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8220

Black with #EF8220

Text Example


Text Example

White with #EF8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8220; }

 p { color: rgb(239,130,32); }

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

background-color css

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

 a { background-color: rgb(239,130,32); }

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

border-color css

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

 span { border-color: rgb(239,130,32); }

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