Html Css Color HEX #EF911B Carrot Orange

📋 copy color: '#EF911B'

red 239 ◦ green 145 ◦ blue 27

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

Shades of Carrot Orange #EF911B

Tints of Carrot Orange #EF911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

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

R = 58.15%
G = 35.28%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF911B (or 0xEF911B) is known color: Carrot Orange. HEX triplet: EF, 91 and 1B. RGB value is (239,145,27). Sum of RGB (Red+Green+Blue) = 239+145+27=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF911B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF911B is #106EE4. Grayscale: #A0A0A0. Windows color (decimal): -1076965 or 1806831. OLE color: 1806831.

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

Color convert

RGB 239 145 27 -
CMYK 0 0.39 0.89 0.06
HSL 33.4º 0.87% 0.52% -
HSV(B) 33.4º 0.89% 0.94% -
XYZ 45.92 38.68 6.08 -
YUV 159.65 53.14 184.59 -
System Red Green Blue C M Y K H S L
Decimal 239 145 27 0 0.39 0.89 0.06 33.4 0.87 0.52
Hex EF 91 1B 0 27 59 6 21 57 34
Octal 357 221 33 0 47 131 6 41 127 64
Binary 11101111 10010001 11011 0 100111 1011001 110 100001 1010111 110100

Color Harmonies of #EF911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF911B

Black with #EF911B

Text Example


Text Example

White with #EF911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF911B; }

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

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

background-color css

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

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

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

border-color css

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

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

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