Html Css Color HEX #EFB066 Harvest Gold

📋 copy color: '#EFB066'

red 239 ◦ green 176 ◦ blue 102

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

Shades of Harvest Gold #EFB066

Tints of Harvest Gold #EFB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.04%

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

R = 46.23%
G = 34.04%
B = 19.73%

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

#EFB066 (or 0xEFB066) is known color: Harvest Gold. HEX triplet: EF, B0 and 66. RGB value is (239,176,102). Sum of RGB (Red+Green+Blue) = 239+176+102=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB066 is #104F99. Grayscale: #BABABA. Windows color (decimal): -1068954 or 6729967. OLE color: 6729967.

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

Color convert

RGB 239 176 102 -
CMYK 0 0.26 0.57 0.06
HSL 32.41º 0.81% 0.67% -
HSV(B) 32.41º 0.57% 0.94% -
XYZ 53.52 50.36 19.47 -
YUV 186.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 239 176 102 0 0.26 0.57 0.06 32.41 0.81 0.67
Hex EF B0 66 0 1A 39 6 20 51 43
Octal 357 260 146 0 32 71 6 40 121 103
Binary 11101111 10110000 1100110 0 11010 111001 110 100000 1010001 1000011

Color Harmonies of #EFB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB066

Black with #EFB066

Text Example


Text Example

White with #EFB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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