Html Css Color HEX #EFBD6E Harvest Gold

📋 copy color: '#EFBD6E'

red 239 ◦ green 189 ◦ blue 110

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

Shades of Harvest Gold #EFBD6E

Tints of Harvest Gold #EFBD6E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 44.42%
G = 35.13%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFBD6E (or 0xEFBD6E) is known color: Harvest Gold. HEX triplet: EF, BD and 6E. RGB value is (239,189,110). Sum of RGB (Red+Green+Blue) = 239+189+110=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD6E is #104291. Grayscale: #C3C3C3. Windows color (decimal): -1065618 or 7257583. OLE color: 7257583.

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

Color convert

RGB 239 189 110 -
CMYK 0 0.21 0.54 0.06
HSL 36.74º 0.8% 0.68% -
HSV(B) 36.74º 0.54% 0.94% -
XYZ 56.61 55.87 22.55 -
YUV 194.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 239 189 110 0 0.21 0.54 0.06 36.74 0.8 0.68
Hex EF BD 6E 0 15 36 6 25 50 44
Octal 357 275 156 0 25 66 6 45 120 104
Binary 11101111 10111101 1101110 0 10101 110110 110 100101 1010000 1000100

Color Harmonies of #EFBD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD6E

Black with #EFBD6E

Text Example


Text Example

White with #EFBD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD6E; }

 p { color: rgb(239,189,110); }

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

background-color css

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

 a { background-color: rgb(239,189,110); }

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

border-color css

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

 span { border-color: rgb(239,189,110); }

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