Html Css Color HEX #EFB66C Harvest Gold

📋 copy color: '#EFB66C'

red 239 ◦ green 182 ◦ blue 108

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

Shades of Harvest Gold #EFB66C

Tints of Harvest Gold #EFB66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 45.18%
G = 34.4%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFB66C (or 0xEFB66C) is known color: Harvest Gold. HEX triplet: EF, B6 and 6C. RGB value is (239,182,108). Sum of RGB (Red+Green+Blue) = 239+182+108=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB66C is #104993. Grayscale: #BEBEBE. Windows color (decimal): -1067412 or 7124719. OLE color: 7124719.

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

Color convert

RGB 239 182 108 -
CMYK 0 0.24 0.55 0.06
HSL 33.89º 0.8% 0.68% -
HSV(B) 33.89º 0.55% 0.94% -
XYZ 55.03 52.89 21.5 -
YUV 190.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 239 182 108 0 0.24 0.55 0.06 33.89 0.8 0.68
Hex EF B6 6C 0 18 37 6 22 50 44
Octal 357 266 154 0 30 67 6 42 120 104
Binary 11101111 10110110 1101100 0 11000 110111 110 100010 1010000 1000100

Color Harmonies of #EFB66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB66C

Black with #EFB66C

Text Example


Text Example

White with #EFB66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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