Html Css Color HEX #EFC272 Harvest Gold

📋 copy color: '#EFC272'

red 239 ◦ green 194 ◦ blue 114

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

Shades of Harvest Gold #EFC272

Tints of Harvest Gold #EFC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

 BLUE value IS 114 (44.92% from 255) = 20.84%

R = 43.69%
G = 35.47%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFC272 (or 0xEFC272) is known color: Harvest Gold. HEX triplet: EF, C2 and 72. RGB value is (239,194,114). Sum of RGB (Red+Green+Blue) = 239+194+114=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC272 is #103D8D. Grayscale: #C6C6C6. Windows color (decimal): -1064334 or 7521007. OLE color: 7521007.

HSL color Cylindrical-coordinate representation of color #EFC272: hue angle of 38.4º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFC272 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 114 -
CMYK 0 0.19 0.52 0.06
HSL 38.4º 0.8% 0.69% -
HSV(B) 38.4º 0.52% 0.94% -
XYZ 57.93 58.15 24.09 -
YUV 198.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 239 194 114 0 0.19 0.52 0.06 38.4 0.8 0.69
Hex EF C2 72 0 13 34 6 26 50 45
Octal 357 302 162 0 23 64 6 46 120 105
Binary 11101111 11000010 1110010 0 10011 110100 110 100110 1010000 1000101

Color Harmonies of #EFC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC272

Black with #EFC272

Text Example


Text Example

White with #EFC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC272; }

 p { color: rgb(239,194,114); }

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

background-color css

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

 a { background-color: rgb(239,194,114); }

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

border-color css

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

 span { border-color: rgb(239,194,114); }

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