Html Css Color HEX #EF9620 Carrot Orange

📋 copy color: '#EF9620'

red 239 ◦ green 150 ◦ blue 32

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

Shades of Carrot Orange #EF9620

Tints of Carrot Orange #EF9620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.63%

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

R = 56.77%
G = 35.63%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF9620 (or 0xEF9620) is known color: Carrot Orange. HEX triplet: EF, 96 and 20. RGB value is (239,150,32). Sum of RGB (Red+Green+Blue) = 239+150+32=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9620 is #1069DF. Grayscale: #A3A3A3. Windows color (decimal): -1075680 or 2135791. OLE color: 2135791.

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

Color convert

RGB 239 150 32 -
CMYK 0 0.37 0.87 0.06
HSL 34.2º 0.87% 0.53% -
HSV(B) 34.2º 0.87% 0.94% -
XYZ 46.76 40.27 6.67 -
YUV 163.16 53.99 182.09 -
System Red Green Blue C M Y K H S L
Decimal 239 150 32 0 0.37 0.87 0.06 34.2 0.87 0.53
Hex EF 96 20 0 25 57 6 22 57 35
Octal 357 226 40 0 45 127 6 42 127 65
Binary 11101111 10010110 100000 0 100101 1010111 110 100010 1010111 110101

Color Harmonies of #EF9620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9620

Black with #EF9620

Text Example


Text Example

White with #EF9620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9620; }

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

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

background-color css

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

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

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

border-color css

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

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

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