Html Css Color HEX #EF922D Carrot Orange

📋 copy color: '#EF922D'

red 239 ◦ green 146 ◦ blue 45

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

Shades of Carrot Orange #EF922D

Tints of Carrot Orange #EF922D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 55.58%
G = 33.95%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF922D (or 0xEF922D) is known color: Carrot Orange. HEX triplet: EF, 92 and 2D. RGB value is (239,146,45). Sum of RGB (Red+Green+Blue) = 239+146+45=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF922D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF922D is #106DD2. Grayscale: #A2A2A2. Windows color (decimal): -1076691 or 2986735. OLE color: 2986735.

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

Color convert

RGB 239 146 45 -
CMYK 0 0.39 0.81 0.06
HSL 31.24º 0.86% 0.56% -
HSV(B) 31.24º 0.81% 0.94% -
XYZ 46.35 39.1 7.59 -
YUV 162.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 239 146 45 0 0.39 0.81 0.06 31.24 0.86 0.56
Hex EF 92 2D 0 27 51 6 1F 56 38
Octal 357 222 55 0 47 121 6 37 126 70
Binary 11101111 10010010 101101 0 100111 1010001 110 11111 1010110 111000

Color Harmonies of #EF922D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF922D

Black with #EF922D

Text Example


Text Example

White with #EF922D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF922D; }

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

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

background-color css

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

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

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

border-color css

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

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

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