Html Css Color HEX #EF942D Carrot Orange

📋 copy color: '#EF942D'

red 239 ◦ green 148 ◦ blue 45

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

Shades of Carrot Orange #EF942D

Tints of Carrot Orange #EF942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

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

R = 55.32%
G = 34.26%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF942D (or 0xEF942D) is known color: Carrot Orange. HEX triplet: EF, 94 and 2D. RGB value is (239,148,45). Sum of RGB (Red+Green+Blue) = 239+148+45=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF942D is #106BD2. Grayscale: #A3A3A3. Windows color (decimal): -1076179 or 2987247. OLE color: 2987247.

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

Color convert

RGB 239 148 45 -
CMYK 0 0.38 0.81 0.06
HSL 31.86º 0.86% 0.56% -
HSV(B) 31.86º 0.81% 0.94% -
XYZ 46.66 39.72 7.69 -
YUV 163.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 239 148 45 0 0.38 0.81 0.06 31.86 0.86 0.56
Hex EF 94 2D 0 26 51 6 20 56 38
Octal 357 224 55 0 46 121 6 40 126 70
Binary 11101111 10010100 101101 0 100110 1010001 110 100000 1010110 111000

Color Harmonies of #EF942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF942D

Black with #EF942D

Text Example


Text Example

White with #EF942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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