Html Css Color HEX #EFB774 Harvest Gold

📋 copy color: '#EFB774'

red 239 ◦ green 183 ◦ blue 116

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

Shades of Harvest Gold #EFB774

Tints of Harvest Gold #EFB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.01%

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

R = 44.42%
G = 34.01%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFB774 (or 0xEFB774) is known color: Harvest Gold. HEX triplet: EF, B7 and 74. RGB value is (239,183,116). Sum of RGB (Red+Green+Blue) = 239+183+116=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB774 is #10488B. Grayscale: #C0C0C0. Windows color (decimal): -1067148 or 7649263. OLE color: 7649263.

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

Color convert

RGB 239 183 116 -
CMYK 0 0.23 0.51 0.06
HSL 32.68º 0.79% 0.7% -
HSV(B) 32.68º 0.51% 0.94% -
XYZ 55.68 53.48 23.91 -
YUV 192.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 239 183 116 0 0.23 0.51 0.06 32.68 0.79 0.7
Hex EF B7 74 0 17 33 6 21 4F 46
Octal 357 267 164 0 27 63 6 41 117 106
Binary 11101111 10110111 1110100 0 10111 110011 110 100001 1001111 1000110

Color Harmonies of #EFB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB774

Black with #EFB774

Text Example


Text Example

White with #EFB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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