Html Css Color HEX #EF921F Carrot Orange

📋 copy color: '#EF921F'

red 239 ◦ green 146 ◦ blue 31

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

Shades of Carrot Orange #EF921F

Tints of Carrot Orange #EF921F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.45%

R = 57.45%
G = 35.1%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF921F (or 0xEF921F) is known color: Carrot Orange. HEX triplet: EF, 92 and 1F. RGB value is (239,146,31). Sum of RGB (Red+Green+Blue) = 239+146+31=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF921F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF921F is #106DE0. Grayscale: #A1A1A1. Windows color (decimal): -1076705 or 2069231. OLE color: 2069231.

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

Color convert

RGB 239 146 31 -
CMYK 0 0.39 0.87 0.06
HSL 33.17º 0.87% 0.53% -
HSV(B) 33.17º 0.87% 0.94% -
XYZ 46.12 39.01 6.39 -
YUV 160.7 54.81 183.85 -
System Red Green Blue C M Y K H S L
Decimal 239 146 31 0 0.39 0.87 0.06 33.17 0.87 0.53
Hex EF 92 1F 0 27 57 6 21 57 35
Octal 357 222 37 0 47 127 6 41 127 65
Binary 11101111 10010010 11111 0 100111 1010111 110 100001 1010111 110101

Color Harmonies of #EF921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF921F

Black with #EF921F

Text Example


Text Example

White with #EF921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF921F; }

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

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

background-color css

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

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

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

border-color css

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

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

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