Html Css Color HEX #EFB972 Harvest Gold

📋 copy color: '#EFB972'

red 239 ◦ green 185 ◦ blue 114

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

Shades of Harvest Gold #EFB972

Tints of Harvest Gold #EFB972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 44.42%
G = 34.39%
B = 21.19%

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

#EFB972 (or 0xEFB972) is known color: Harvest Gold. HEX triplet: EF, B9 and 72. RGB value is (239,185,114). Sum of RGB (Red+Green+Blue) = 239+185+114=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB972 is #10468D. Grayscale: #C1C1C1. Windows color (decimal): -1066638 or 7518703. OLE color: 7518703.

HSL color Cylindrical-coordinate representation of color #EFB972: hue angle of 34.08º degrees, saturation: 0.8, 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 #EFB972 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 114 -
CMYK 0 0.23 0.52 0.06
HSL 34.08º 0.8% 0.69% -
HSV(B) 34.08º 0.52% 0.94% -
XYZ 55.98 54.26 23.44 -
YUV 193.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 239 185 114 0 0.23 0.52 0.06 34.08 0.8 0.69
Hex EF B9 72 0 17 34 6 22 50 45
Octal 357 271 162 0 27 64 6 42 120 105
Binary 11101111 10111001 1110010 0 10111 110100 110 100010 1010000 1000101

Color Harmonies of #EFB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB972

Black with #EFB972

Text Example


Text Example

White with #EFB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB972; }

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

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

background-color css

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

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

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

border-color css

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

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

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