Html Css Color HEX #EFBA66 Harvest Gold

📋 copy color: '#EFBA66'

red 239 ◦ green 186 ◦ blue 102

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

Shades of Harvest Gold #EFBA66

Tints of Harvest Gold #EFBA66

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

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

R = 45.35%
G = 35.29%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFBA66 (or 0xEFBA66) is known color: Harvest Gold. HEX triplet: EF, BA and 66. RGB value is (239,186,102). Sum of RGB (Red+Green+Blue) = 239+186+102=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA66 is #104599. Grayscale: #C0C0C0. Windows color (decimal): -1066394 or 6732527. OLE color: 6732527.

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

Color convert

RGB 239 186 102 -
CMYK 0 0.22 0.57 0.06
HSL 36.79º 0.81% 0.67% -
HSV(B) 36.79º 0.57% 0.94% -
XYZ 55.55 54.43 20.15 -
YUV 192.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 239 186 102 0 0.22 0.57 0.06 36.79 0.81 0.67
Hex EF BA 66 0 16 39 6 25 51 43
Octal 357 272 146 0 26 71 6 45 121 103
Binary 11101111 10111010 1100110 0 10110 111001 110 100101 1010001 1000011

Color Harmonies of #EFBA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA66

Black with #EFBA66

Text Example


Text Example

White with #EFBA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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