Html Css Color HEX #EFB96D Harvest Gold

📋 copy color: '#EFB96D'

red 239 ◦ green 185 ◦ blue 109

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

Shades of Harvest Gold #EFB96D

Tints of Harvest Gold #EFB96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.45%

R = 44.84%
G = 34.71%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFB96D (or 0xEFB96D) is known color: Harvest Gold. HEX triplet: EF, B9 and 6D. RGB value is (239,185,109). Sum of RGB (Red+Green+Blue) = 239+185+109=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB96D is #104692. Grayscale: #C0C0C0. Windows color (decimal): -1066643 or 7191023. OLE color: 7191023.

HSL color Cylindrical-coordinate representation of color #EFB96D: hue angle of 35.08º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFB96D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 109 -
CMYK 0 0.23 0.54 0.06
HSL 35.08º 0.8% 0.68% -
HSV(B) 35.08º 0.54% 0.94% -
XYZ 55.71 54.15 21.98 -
YUV 192.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 239 185 109 0 0.23 0.54 0.06 35.08 0.8 0.68
Hex EF B9 6D 0 17 36 6 23 50 44
Octal 357 271 155 0 27 66 6 43 120 104
Binary 11101111 10111001 1101101 0 10111 110110 110 100011 1010000 1000100

Color Harmonies of #EFB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB96D

Black with #EFB96D

Text Example


Text Example

White with #EFB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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