Html Css Color HEX #EF961B Carrot Orange

📋 copy color: '#EF961B'

red 239 ◦ green 150 ◦ blue 27

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

Shades of Carrot Orange #EF961B

Tints of Carrot Orange #EF961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.49%

R = 57.45%
G = 36.06%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF961B (or 0xEF961B) is known color: Carrot Orange. HEX triplet: EF, 96 and 1B. RGB value is (239,150,27). Sum of RGB (Red+Green+Blue) = 239+150+27=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF961B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF961B is #1069E4. Grayscale: #A3A3A3. Windows color (decimal): -1075685 or 1808111. OLE color: 1808111.

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

Color convert

RGB 239 150 27 -
CMYK 0 0.37 0.89 0.06
HSL 34.81º 0.87% 0.52% -
HSV(B) 34.81º 0.89% 0.94% -
XYZ 46.7 40.24 6.34 -
YUV 162.59 51.49 182.5 -
System Red Green Blue C M Y K H S L
Decimal 239 150 27 0 0.37 0.89 0.06 34.81 0.87 0.52
Hex EF 96 1B 0 25 59 6 23 57 34
Octal 357 226 33 0 45 131 6 43 127 64
Binary 11101111 10010110 11011 0 100101 1011001 110 100011 1010111 110100

Color Harmonies of #EF961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF961B

Black with #EF961B

Text Example


Text Example

White with #EF961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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