Html Css Color HEX #EF8520 Carrot Orange

📋 copy color: '#EF8520'

red 239 ◦ green 133 ◦ blue 32

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

Shades of Carrot Orange #EF8520

Tints of Carrot Orange #EF8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 59.16%
G = 32.92%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF8520 (or 0xEF8520) is known color: Carrot Orange. HEX triplet: EF, 85 and 20. RGB value is (239,133,32). Sum of RGB (Red+Green+Blue) = 239+133+32=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8520 is #107ADF. Grayscale: #999999. Windows color (decimal): -1080032 or 2131439. OLE color: 2131439.

HSL color Cylindrical-coordinate representation of color #EF8520: hue angle of 29.28º 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 #EF8520 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 32 -
CMYK 0 0.44 0.87 0.06
HSL 29.28º 0.87% 0.53% -
HSV(B) 29.28º 0.87% 0.94% -
XYZ 44.24 35.23 5.83 -
YUV 153.18 59.62 189.21 -
System Red Green Blue C M Y K H S L
Decimal 239 133 32 0 0.44 0.87 0.06 29.28 0.87 0.53
Hex EF 85 20 0 2C 57 6 1D 57 35
Octal 357 205 40 0 54 127 6 35 127 65
Binary 11101111 10000101 100000 0 101100 1010111 110 11101 1010111 110101

Color Harmonies of #EF8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8520

Black with #EF8520

Text Example


Text Example

White with #EF8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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