Html Css Color HEX #EFBD6B Harvest Gold

📋 copy color: '#EFBD6B'

red 239 ◦ green 189 ◦ blue 107

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

Shades of Harvest Gold #EFBD6B

Tints of Harvest Gold #EFBD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20%

R = 44.67%
G = 35.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFBD6B (or 0xEFBD6B) is known color: Harvest Gold. HEX triplet: EF, BD and 6B. RGB value is (239,189,107). Sum of RGB (Red+Green+Blue) = 239+189+107=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD6B is #104294. Grayscale: #C2C2C2. Windows color (decimal): -1065621 or 7060975. OLE color: 7060975.

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

Color convert

RGB 239 189 107 -
CMYK 0 0.21 0.55 0.06
HSL 37.27º 0.8% 0.68% -
HSV(B) 37.27º 0.55% 0.94% -
XYZ 56.45 55.81 21.71 -
YUV 194.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 239 189 107 0 0.21 0.55 0.06 37.27 0.8 0.68
Hex EF BD 6B 0 15 37 6 25 50 44
Octal 357 275 153 0 25 67 6 45 120 104
Binary 11101111 10111101 1101011 0 10101 110111 110 100101 1010000 1000100

Color Harmonies of #EFBD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD6B

Black with #EFBD6B

Text Example


Text Example

White with #EFBD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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