Html Css Color HEX #EFB970 Harvest Gold

📋 copy color: '#EFB970'

red 239 ◦ green 185 ◦ blue 112

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

Shades of Harvest Gold #EFB970

Tints of Harvest Gold #EFB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.9%

R = 44.59%
G = 34.51%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFB970 (or 0xEFB970) is known color: Harvest Gold. HEX triplet: EF, B9 and 70. RGB value is (239,185,112). Sum of RGB (Red+Green+Blue) = 239+185+112=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB970 is #10468F. Grayscale: #C1C1C1. Windows color (decimal): -1066640 or 7387631. OLE color: 7387631.

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

Color convert

RGB 239 185 112 -
CMYK 0 0.23 0.53 0.06
HSL 34.49º 0.8% 0.69% -
HSV(B) 34.49º 0.53% 0.94% -
XYZ 55.87 54.22 22.85 -
YUV 192.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 239 185 112 0 0.23 0.53 0.06 34.49 0.8 0.69
Hex EF B9 70 0 17 35 6 22 50 45
Octal 357 271 160 0 27 65 6 42 120 105
Binary 11101111 10111001 1110000 0 10111 110101 110 100010 1010000 1000101

Color Harmonies of #EFB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB970

Black with #EFB970

Text Example


Text Example

White with #EFB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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