Html Css Color HEX #EFB663 Harvest Gold

📋 copy color: '#EFB663'

red 239 ◦ green 182 ◦ blue 99

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

Shades of Harvest Gold #EFB663

Tints of Harvest Gold #EFB663

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

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

R = 45.96%
G = 35%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFB663 (or 0xEFB663) is known color: Harvest Gold. HEX triplet: EF, B6 and 63. RGB value is (239,182,99). Sum of RGB (Red+Green+Blue) = 239+182+99=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB663 is #10499C. Grayscale: #BDBDBD. Windows color (decimal): -1067421 or 6534895. OLE color: 6534895.

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

Color convert

RGB 239 182 99 -
CMYK 0 0.24 0.59 0.06
HSL 35.57º 0.81% 0.66% -
HSV(B) 35.57º 0.59% 0.94% -
XYZ 54.58 52.71 19.1 -
YUV 189.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 239 182 99 0 0.24 0.59 0.06 35.57 0.81 0.66
Hex EF B6 63 0 18 3B 6 24 51 42
Octal 357 266 143 0 30 73 6 44 121 102
Binary 11101111 10110110 1100011 0 11000 111011 110 100100 1010001 1000010

Color Harmonies of #EFB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB663

Black with #EFB663

Text Example


Text Example

White with #EFB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB663; }

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

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

background-color css

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

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

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

border-color css

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

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

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