Html Css Color HEX #EFBD65 Harvest Gold

📋 copy color: '#EFBD65'

red 239 ◦ green 189 ◦ blue 101

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

Shades of Harvest Gold #EFBD65

Tints of Harvest Gold #EFBD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.09%

R = 45.18%
G = 35.73%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFBD65 (or 0xEFBD65) is known color: Harvest Gold. HEX triplet: EF, BD and 65. RGB value is (239,189,101). Sum of RGB (Red+Green+Blue) = 239+189+101=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD65 is #10429A. Grayscale: #C2C2C2. Windows color (decimal): -1065627 or 6667759. OLE color: 6667759.

HSL color Cylindrical-coordinate representation of color #EFBD65: hue angle of 38.26º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFBD65 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 101 -
CMYK 0 0.21 0.58 0.06
HSL 38.26º 0.81% 0.67% -
HSV(B) 38.26º 0.58% 0.94% -
XYZ 56.14 55.69 20.1 -
YUV 193.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 239 189 101 0 0.21 0.58 0.06 38.26 0.81 0.67
Hex EF BD 65 0 15 3A 6 26 51 43
Octal 357 275 145 0 25 72 6 46 121 103
Binary 11101111 10111101 1100101 0 10101 111010 110 100110 1010001 1000011

Color Harmonies of #EFBD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD65

Black with #EFBD65

Text Example


Text Example

White with #EFBD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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