Html Css Color HEX #EFB966 Harvest Gold

📋 copy color: '#EFB966'

red 239 ◦ green 185 ◦ blue 102

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

Shades of Harvest Gold #EFB966

Tints of Harvest Gold #EFB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.17%

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

R = 45.44%
G = 35.17%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFB966 (or 0xEFB966) is known color: Harvest Gold. HEX triplet: EF, B9 and 66. RGB value is (239,185,102). Sum of RGB (Red+Green+Blue) = 239+185+102=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB966 is #104699. Grayscale: #C0C0C0. Windows color (decimal): -1066650 or 6732271. OLE color: 6732271.

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

Color convert

RGB 239 185 102 -
CMYK 0 0.23 0.57 0.06
HSL 36.35º 0.81% 0.67% -
HSV(B) 36.35º 0.57% 0.94% -
XYZ 55.34 54.01 20.08 -
YUV 191.68 77.39 161.75 -
System Red Green Blue C M Y K H S L
Decimal 239 185 102 0 0.23 0.57 0.06 36.35 0.81 0.67
Hex EF B9 66 0 17 39 6 24 51 43
Octal 357 271 146 0 27 71 6 44 121 103
Binary 11101111 10111001 1100110 0 10111 111001 110 100100 1010001 1000011

Color Harmonies of #EFB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB966

Black with #EFB966

Text Example


Text Example

White with #EFB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB966; }

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

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

background-color css

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

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

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

border-color css

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

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

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