Html Css Color HEX #EFBD64 Harvest Gold

📋 copy color: '#EFBD64'

red 239 ◦ green 189 ◦ blue 100

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

Shades of Harvest Gold #EFBD64

Tints of Harvest Gold #EFBD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.94%

R = 45.27%
G = 35.8%
B = 18.94%

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

#EFBD64 (or 0xEFBD64) is known color: Harvest Gold. HEX triplet: EF, BD and 64. RGB value is (239,189,100). Sum of RGB (Red+Green+Blue) = 239+189+100=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD64 is #10429B. Grayscale: #C2C2C2. Windows color (decimal): -1065628 or 6602223. OLE color: 6602223.

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

Color convert

RGB 239 189 100 -
CMYK 0 0.21 0.58 0.06
HSL 38.42º 0.81% 0.66% -
HSV(B) 38.42º 0.58% 0.94% -
XYZ 56.09 55.67 19.84 -
YUV 193.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 239 189 100 0 0.21 0.58 0.06 38.42 0.81 0.66
Hex EF BD 64 0 15 3A 6 26 51 42
Octal 357 275 144 0 25 72 6 46 121 102
Binary 11101111 10111101 1100100 0 10101 111010 110 100110 1010001 1000010

Color Harmonies of #EFBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD64

Black with #EFBD64

Text Example


Text Example

White with #EFBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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