Html Css Color HEX #EF952B Carrot Orange

📋 copy color: '#EF952B'

red 239 ◦ green 149 ◦ blue 43

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

Shades of Carrot Orange #EF952B

Tints of Carrot Orange #EF952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.98%

R = 55.45%
G = 34.57%
B = 9.98%

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

#EF952B (or 0xEF952B) is known color: Carrot Orange. HEX triplet: EF, 95 and 2B. RGB value is (239,149,43). Sum of RGB (Red+Green+Blue) = 239+149+43=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF952B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF952B is #106AD4. Grayscale: #A4A4A4. Windows color (decimal): -1075925 or 2856431. OLE color: 2856431.

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

Color convert

RGB 239 149 43 -
CMYK 0 0.38 0.82 0.06
HSL 32.45º 0.86% 0.55% -
HSV(B) 32.45º 0.82% 0.94% -
XYZ 46.78 40.02 7.54 -
YUV 163.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 239 149 43 0 0.38 0.82 0.06 32.45 0.86 0.55
Hex EF 95 2B 0 26 52 6 20 56 37
Octal 357 225 53 0 46 122 6 40 126 67
Binary 11101111 10010101 101011 0 100110 1010010 110 100000 1010110 110111

Color Harmonies of #EF952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF952B

Black with #EF952B

Text Example


Text Example

White with #EF952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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