Html Css Color HEX #EF952C Carrot Orange

📋 copy color: '#EF952C'

red 239 ◦ green 149 ◦ blue 44

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

Shades of Carrot Orange #EF952C

Tints of Carrot Orange #EF952C

RGB

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

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

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

R = 55.32%
G = 34.49%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF952C (or 0xEF952C) is known color: Carrot Orange. HEX triplet: EF, 95 and 2C. RGB value is (239,149,44). Sum of RGB (Red+Green+Blue) = 239+149+44=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF952C is #106AD3. Grayscale: #A4A4A4. Windows color (decimal): -1075924 or 2921967. OLE color: 2921967.

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

Color convert

RGB 239 149 44 -
CMYK 0 0.38 0.82 0.06
HSL 32.31º 0.86% 0.55% -
HSV(B) 32.31º 0.82% 0.94% -
XYZ 46.8 40.03 7.64 -
YUV 163.94 60.32 181.54 -
System Red Green Blue C M Y K H S L
Decimal 239 149 44 0 0.38 0.82 0.06 32.31 0.86 0.55
Hex EF 95 2C 0 26 52 6 20 56 37
Octal 357 225 54 0 46 122 6 40 126 67
Binary 11101111 10010101 101100 0 100110 1010010 110 100000 1010110 110111

Color Harmonies of #EF952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF952C

Black with #EF952C

Text Example


Text Example

White with #EF952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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