Html Css Color HEX #EF961D Carrot Orange

📋 copy color: '#EF961D'

red 239 ◦ green 150 ◦ blue 29

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

Shades of Carrot Orange #EF961D

Tints of Carrot Orange #EF961D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.94%

R = 57.18%
G = 35.89%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF961D (or 0xEF961D) is known color: Carrot Orange. HEX triplet: EF, 96 and 1D. RGB value is (239,150,29). Sum of RGB (Red+Green+Blue) = 239+150+29=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF961D is #1069E2. Grayscale: #A3A3A3. Windows color (decimal): -1075683 or 1939183. OLE color: 1939183.

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

Color convert

RGB 239 150 29 -
CMYK 0 0.37 0.88 0.06
HSL 34.57º 0.87% 0.53% -
HSV(B) 34.57º 0.88% 0.94% -
XYZ 46.72 40.25 6.47 -
YUV 162.82 52.49 182.34 -
System Red Green Blue C M Y K H S L
Decimal 239 150 29 0 0.37 0.88 0.06 34.57 0.87 0.53
Hex EF 96 1D 0 25 58 6 23 57 35
Octal 357 226 35 0 45 130 6 43 127 65
Binary 11101111 10010110 11101 0 100101 1011000 110 100011 1010111 110101

Color Harmonies of #EF961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF961D

Black with #EF961D

Text Example


Text Example

White with #EF961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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