Html Css Color HEX #EF962B Carrot Orange

📋 copy color: '#EF962B'

red 239 ◦ green 150 ◦ blue 43

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

Shades of Carrot Orange #EF962B

Tints of Carrot Orange #EF962B

RGB

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

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

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

R = 55.32%
G = 34.72%
B = 9.95%

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

#EF962B (or 0xEF962B) is known color: Carrot Orange. HEX triplet: EF, 96 and 2B. RGB value is (239,150,43). Sum of RGB (Red+Green+Blue) = 239+150+43=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF962B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF962B is #1069D4. Grayscale: #A4A4A4. Windows color (decimal): -1075669 or 2856687. OLE color: 2856687.

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

Color convert

RGB 239 150 43 -
CMYK 0 0.37 0.82 0.06
HSL 32.76º 0.86% 0.55% -
HSV(B) 32.76º 0.82% 0.94% -
XYZ 46.94 40.34 7.6 -
YUV 164.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 239 150 43 0 0.37 0.82 0.06 32.76 0.86 0.55
Hex EF 96 2B 0 25 52 6 21 56 37
Octal 357 226 53 0 45 122 6 41 126 67
Binary 11101111 10010110 101011 0 100101 1010010 110 100001 1010110 110111

Color Harmonies of #EF962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF962B

Black with #EF962B

Text Example


Text Example

White with #EF962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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