Html Css Color HEX #EF921D Carrot Orange

📋 copy color: '#EF921D'

red 239 ◦ green 146 ◦ blue 29

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

Shades of Carrot Orange #EF921D

Tints of Carrot Orange #EF921D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7%

R = 57.73%
G = 35.27%
B = 7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF921D (or 0xEF921D) is known color: Carrot Orange. HEX triplet: EF, 92 and 1D. RGB value is (239,146,29). Sum of RGB (Red+Green+Blue) = 239+146+29=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF921D is #106DE2. Grayscale: #A1A1A1. Windows color (decimal): -1076707 or 1938159. OLE color: 1938159.

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

Color convert

RGB 239 146 29 -
CMYK 0 0.39 0.88 0.06
HSL 33.43º 0.87% 0.53% -
HSV(B) 33.43º 0.88% 0.94% -
XYZ 46.1 39 6.26 -
YUV 160.47 53.81 184.01 -
System Red Green Blue C M Y K H S L
Decimal 239 146 29 0 0.39 0.88 0.06 33.43 0.87 0.53
Hex EF 92 1D 0 27 58 6 21 57 35
Octal 357 222 35 0 47 130 6 41 127 65
Binary 11101111 10010010 11101 0 100111 1011000 110 100001 1010111 110101

Color Harmonies of #EF921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF921D

Black with #EF921D

Text Example


Text Example

White with #EF921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF921D; }

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

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

background-color css

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

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

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

border-color css

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

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

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