Html Css Color HEX #EFB66D Harvest Gold

📋 copy color: '#EFB66D'

red 239 ◦ green 182 ◦ blue 109

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

Shades of Harvest Gold #EFB66D

Tints of Harvest Gold #EFB66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.34%

 BLUE value IS 109 (42.97% from 255) = 20.57%

R = 45.09%
G = 34.34%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFB66D (or 0xEFB66D) is known color: Harvest Gold. HEX triplet: EF, B6 and 6D. RGB value is (239,182,109). Sum of RGB (Red+Green+Blue) = 239+182+109=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB66D is #104992. Grayscale: #BFBFBF. Windows color (decimal): -1067411 or 7190255. OLE color: 7190255.

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

Color convert

RGB 239 182 109 -
CMYK 0 0.24 0.54 0.06
HSL 33.69º 0.8% 0.68% -
HSV(B) 33.69º 0.54% 0.94% -
XYZ 55.08 52.91 21.78 -
YUV 190.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 239 182 109 0 0.24 0.54 0.06 33.69 0.8 0.68
Hex EF B6 6D 0 18 36 6 22 50 44
Octal 357 266 155 0 30 66 6 42 120 104
Binary 11101111 10110110 1101101 0 11000 110110 110 100010 1010000 1000100

Color Harmonies of #EFB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB66D

Black with #EFB66D

Text Example


Text Example

White with #EFB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB66D; }

 p { color: rgb(239,182,109); }

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

background-color css

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

 a { background-color: rgb(239,182,109); }

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

border-color css

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

 span { border-color: rgb(239,182,109); }

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