Html Css Color HEX #EF9215 Carrot Orange

📋 copy color: '#EF9215'

red 239 ◦ green 146 ◦ blue 21

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

Shades of Carrot Orange #EF9215

Tints of Carrot Orange #EF9215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 21 (8.59% from 255) = 5.17%

R = 58.87%
G = 35.96%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF9215 (or 0xEF9215) is known color: Carrot Orange. HEX triplet: EF, 92 and 15. RGB value is (239,146,21). Sum of RGB (Red+Green+Blue) = 239+146+21=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9215 is #106DEA. Grayscale: #A0A0A0. Windows color (decimal): -1076715 or 1413871. OLE color: 1413871.

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

Color convert

RGB 239 146 21 -
CMYK 0 0.39 0.91 0.06
HSL 34.4º 0.87% 0.51% -
HSV(B) 34.4º 0.91% 0.94% -
XYZ 46.01 38.96 5.8 -
YUV 159.56 49.81 184.66 -
System Red Green Blue C M Y K H S L
Decimal 239 146 21 0 0.39 0.91 0.06 34.4 0.87 0.51
Hex EF 92 15 0 27 5B 6 22 57 33
Octal 357 222 25 0 47 133 6 42 127 63
Binary 11101111 10010010 10101 0 100111 1011011 110 100010 1010111 110011

Color Harmonies of #EF9215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9215

Black with #EF9215

Text Example


Text Example

White with #EF9215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9215; }

 p { color: rgb(239,146,21); }

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

background-color css

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

 a { background-color: rgb(239,146,21); }

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

border-color css

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

 span { border-color: rgb(239,146,21); }

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