Html Css Color HEX #EFBD61 Harvest Gold

📋 copy color: '#EFBD61'

red 239 ◦ green 189 ◦ blue 97

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

Shades of Harvest Gold #EFBD61

Tints of Harvest Gold #EFBD61

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

 BLUE value IS 97 (38.28% from 255) = 18.48%

R = 45.52%
G = 36%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFBD61 (or 0xEFBD61) is known color: Harvest Gold. HEX triplet: EF, BD and 61. RGB value is (239,189,97). Sum of RGB (Red+Green+Blue) = 239+189+97=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD61 is #10429E. Grayscale: #C1C1C1. Windows color (decimal): -1065631 or 6405615. OLE color: 6405615.

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

Color convert

RGB 239 189 97 -
CMYK 0 0.21 0.59 0.06
HSL 38.87º 0.82% 0.66% -
HSV(B) 38.87º 0.59% 0.94% -
XYZ 55.95 55.61 19.09 -
YUV 193.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 239 189 97 0 0.21 0.59 0.06 38.87 0.82 0.66
Hex EF BD 61 0 15 3B 6 27 52 42
Octal 357 275 141 0 25 73 6 47 122 102
Binary 11101111 10111101 1100001 0 10101 111011 110 100111 1010010 1000010

Color Harmonies of #EFBD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD61

Black with #EFBD61

Text Example


Text Example

White with #EFBD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD61; }

 p { color: rgb(239,189,97); }

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

background-color css

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

 a { background-color: rgb(239,189,97); }

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

border-color css

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

 span { border-color: rgb(239,189,97); }

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