Html Css Color HEX #EF9520 Carrot Orange

📋 copy color: '#EF9520'

red 239 ◦ green 149 ◦ blue 32

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

Shades of Carrot Orange #EF9520

Tints of Carrot Orange #EF9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.48%

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

R = 56.9%
G = 35.48%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF9520 (or 0xEF9520) is known color: Carrot Orange. HEX triplet: EF, 95 and 20. RGB value is (239,149,32). Sum of RGB (Red+Green+Blue) = 239+149+32=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9520 is #106ADF. Grayscale: #A3A3A3. Windows color (decimal): -1075936 or 2135535. OLE color: 2135535.

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

Color convert

RGB 239 149 32 -
CMYK 0 0.38 0.87 0.06
HSL 33.91º 0.87% 0.53% -
HSV(B) 33.91º 0.87% 0.94% -
XYZ 46.6 39.95 6.62 -
YUV 162.57 54.32 182.51 -
System Red Green Blue C M Y K H S L
Decimal 239 149 32 0 0.38 0.87 0.06 33.91 0.87 0.53
Hex EF 95 20 0 26 57 6 22 57 35
Octal 357 225 40 0 46 127 6 42 127 65
Binary 11101111 10010101 100000 0 100110 1010111 110 100010 1010111 110101

Color Harmonies of #EF9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9520

Black with #EF9520

Text Example


Text Example

White with #EF9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9520; }

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

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

background-color css

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

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

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

border-color css

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

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

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