Html Css Color HEX #EFC074 Harvest Gold

📋 copy color: '#EFC074'

red 239 ◦ green 192 ◦ blue 116

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

Shades of Harvest Gold #EFC074

Tints of Harvest Gold #EFC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 116 (45.7% from 255) = 21.21%

R = 43.69%
G = 35.1%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFC074 (or 0xEFC074) is known color: Harvest Gold. HEX triplet: EF, C0 and 74. RGB value is (239,192,116). Sum of RGB (Red+Green+Blue) = 239+192+116=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC074 is #103F8B. Grayscale: #C5C5C5. Windows color (decimal): -1064844 or 7651567. OLE color: 7651567.

HSL color Cylindrical-coordinate representation of color #EFC074: hue angle of 37.07º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFC074 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 116 -
CMYK 0 0.20 0.51 0.06
HSL 37.07º 0.79% 0.7% -
HSV(B) 37.07º 0.51% 0.94% -
XYZ 57.6 57.31 24.55 -
YUV 197.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 239 192 116 0 0.20 0.51 0.06 37.07 0.79 0.7
Hex EF C0 74 0 14 33 6 25 4F 46
Octal 357 300 164 0 24 63 6 45 117 106
Binary 11101111 11000000 1110100 0 10100 110011 110 100101 1001111 1000110

Color Harmonies of #EFC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC074

Black with #EFC074

Text Example


Text Example

White with #EFC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC074; }

 p { color: rgb(239,192,116); }

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

background-color css

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

 a { background-color: rgb(239,192,116); }

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

border-color css

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

 span { border-color: rgb(239,192,116); }

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