Html Css Color HEX #EFC470 Harvest Gold

📋 copy color: '#EFC470'

red 239 ◦ green 196 ◦ blue 112

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

Shades of Harvest Gold #EFC470

Tints of Harvest Gold #EFC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.83%

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 43.69%
G = 35.83%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFC470 (or 0xEFC470) is known color: Harvest Gold. HEX triplet: EF, C4 and 70. RGB value is (239,196,112). Sum of RGB (Red+Green+Blue) = 239+196+112=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC470 is #103B8F. Grayscale: #C7C7C7. Windows color (decimal): -1063824 or 7390447. OLE color: 7390447.

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

Color convert

RGB 239 196 112 -
CMYK 0 0.18 0.53 0.06
HSL 39.69º 0.8% 0.69% -
HSV(B) 39.69º 0.53% 0.94% -
XYZ 58.26 59 23.65 -
YUV 199.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 239 196 112 0 0.18 0.53 0.06 39.69 0.8 0.69
Hex EF C4 70 0 12 35 6 28 50 45
Octal 357 304 160 0 22 65 6 50 120 105
Binary 11101111 11000100 1110000 0 10010 110101 110 101000 1010000 1000101

Color Harmonies of #EFC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC470

Black with #EFC470

Text Example


Text Example

White with #EFC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC470; }

 p { color: rgb(239,196,112); }

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

background-color css

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

 a { background-color: rgb(239,196,112); }

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

border-color css

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

 span { border-color: rgb(239,196,112); }

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