Html Css Color HEX #EFB166 Harvest Gold

📋 copy color: '#EFB166'

red 239 ◦ green 177 ◦ blue 102

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

Shades of Harvest Gold #EFB166

Tints of Harvest Gold #EFB166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.17%

 BLUE value IS 102 (40.23% from 255) = 19.69%

R = 46.14%
G = 34.17%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFB166 (or 0xEFB166) is known color: Harvest Gold. HEX triplet: EF, B1 and 66. RGB value is (239,177,102). Sum of RGB (Red+Green+Blue) = 239+177+102=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB166 is #104E99. Grayscale: #BBBBBB. Windows color (decimal): -1068698 or 6730223. OLE color: 6730223.

HSL color Cylindrical-coordinate representation of color #EFB166: hue angle of 32.85º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFB166 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 102 -
CMYK 0 0.26 0.57 0.06
HSL 32.85º 0.81% 0.67% -
HSV(B) 32.85º 0.57% 0.94% -
XYZ 53.72 50.75 19.54 -
YUV 186.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 239 177 102 0 0.26 0.57 0.06 32.85 0.81 0.67
Hex EF B1 66 0 1A 39 6 21 51 43
Octal 357 261 146 0 32 71 6 41 121 103
Binary 11101111 10110001 1100110 0 11010 111001 110 100001 1010001 1000011

Color Harmonies of #EFB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB166

Black with #EFB166

Text Example


Text Example

White with #EFB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB166; }

 p { color: rgb(239,177,102); }

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

background-color css

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

 a { background-color: rgb(239,177,102); }

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

border-color css

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

 span { border-color: rgb(239,177,102); }

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