Html Css Color HEX #EFB973 Harvest Gold

📋 copy color: '#EFB973'

red 239 ◦ green 185 ◦ blue 115

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

Shades of Harvest Gold #EFB973

Tints of Harvest Gold #EFB973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.34%

R = 44.34%
G = 34.32%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFB973 (or 0xEFB973) is known color: Harvest Gold. HEX triplet: EF, B9 and 73. RGB value is (239,185,115). Sum of RGB (Red+Green+Blue) = 239+185+115=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB973 is #10468C. Grayscale: #C1C1C1. Windows color (decimal): -1066637 or 7584239. OLE color: 7584239.

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

Color convert

RGB 239 185 115 -
CMYK 0 0.23 0.52 0.06
HSL 33.87º 0.79% 0.69% -
HSV(B) 33.87º 0.52% 0.94% -
XYZ 56.04 54.29 23.74 -
YUV 193.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 239 185 115 0 0.23 0.52 0.06 33.87 0.79 0.69
Hex EF B9 73 0 17 34 6 22 4F 45
Octal 357 271 163 0 27 64 6 42 117 105
Binary 11101111 10111001 1110011 0 10111 110100 110 100010 1001111 1000101

Color Harmonies of #EFB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB973

Black with #EFB973

Text Example


Text Example

White with #EFB973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB973; }

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

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

background-color css

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

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

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

border-color css

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

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

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