Html Css Color HEX #EF962C Carrot Orange

📋 copy color: '#EF962C'

red 239 ◦ green 150 ◦ blue 44

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

Shades of Carrot Orange #EF962C

Tints of Carrot Orange #EF962C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 55.2%
G = 34.64%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF962C (or 0xEF962C) is known color: Carrot Orange. HEX triplet: EF, 96 and 2C. RGB value is (239,150,44). Sum of RGB (Red+Green+Blue) = 239+150+44=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF962C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF962C is #1069D3. Grayscale: #A5A5A5. Windows color (decimal): -1075668 or 2922223. OLE color: 2922223.

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

Color convert

RGB 239 150 44 -
CMYK 0 0.37 0.82 0.06
HSL 32.62º 0.86% 0.55% -
HSV(B) 32.62º 0.82% 0.94% -
XYZ 46.96 40.35 7.7 -
YUV 164.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 239 150 44 0 0.37 0.82 0.06 32.62 0.86 0.55
Hex EF 96 2C 0 25 52 6 21 56 37
Octal 357 226 54 0 45 122 6 41 126 67
Binary 11101111 10010110 101100 0 100101 1010010 110 100001 1010110 110111

Color Harmonies of #EF962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF962C

Black with #EF962C

Text Example


Text Example

White with #EF962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF962C; }

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

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

background-color css

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

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

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

border-color css

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

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

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