Html Css Color HEX #EF972A Carrot Orange

📋 copy color: '#EF972A'

red 239 ◦ green 151 ◦ blue 42

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

Shades of Carrot Orange #EF972A

Tints of Carrot Orange #EF972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.95%

 BLUE value IS 42 (16.8% from 255) = 9.72%

R = 55.32%
G = 34.95%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF972A (or 0xEF972A) is known color: Carrot Orange. HEX triplet: EF, 97 and 2A. RGB value is (239,151,42). Sum of RGB (Red+Green+Blue) = 239+151+42=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF972A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF972A is #1068D5. Grayscale: #A5A5A5. Windows color (decimal): -1075414 or 2791407. OLE color: 2791407.

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

Color convert

RGB 239 151 42 -
CMYK 0 0.37 0.82 0.06
HSL 33.2º 0.86% 0.55% -
HSV(B) 33.2º 0.82% 0.94% -
XYZ 47.08 40.65 7.56 -
YUV 164.89 58.65 180.86 -
System Red Green Blue C M Y K H S L
Decimal 239 151 42 0 0.37 0.82 0.06 33.2 0.86 0.55
Hex EF 97 2A 0 25 52 6 21 56 37
Octal 357 227 52 0 45 122 6 41 126 67
Binary 11101111 10010111 101010 0 100101 1010010 110 100001 1010110 110111

Color Harmonies of #EF972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF972A

Black with #EF972A

Text Example


Text Example

White with #EF972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF972A; }

 p { color: rgb(239,151,42); }

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

background-color css

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

 a { background-color: rgb(239,151,42); }

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

border-color css

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

 span { border-color: rgb(239,151,42); }

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