Html Css Color HEX #EFB063 Harvest Gold

📋 copy color: '#EFB063'

red 239 ◦ green 176 ◦ blue 99

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

Shades of Harvest Gold #EFB063

Tints of Harvest Gold #EFB063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.26%

R = 46.5%
G = 34.24%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFB063 (or 0xEFB063) is known color: Harvest Gold. HEX triplet: EF, B0 and 63. RGB value is (239,176,99). Sum of RGB (Red+Green+Blue) = 239+176+99=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB063 is #104F9C. Grayscale: #BABABA. Windows color (decimal): -1068957 or 6533359. OLE color: 6533359.

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

Color convert

RGB 239 176 99 -
CMYK 0 0.26 0.59 0.06
HSL 33º 0.81% 0.66% -
HSV(B) 33º 0.59% 0.94% -
XYZ 53.37 50.3 18.7 -
YUV 186.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 239 176 99 0 0.26 0.59 0.06 33 0.81 0.66
Hex EF B0 63 0 1A 3B 6 21 51 42
Octal 357 260 143 0 32 73 6 41 121 102
Binary 11101111 10110000 1100011 0 11010 111011 110 100001 1010001 1000010

Color Harmonies of #EFB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB063

Black with #EFB063

Text Example


Text Example

White with #EFB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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