Html Css Color HEX #EFB86B Harvest Gold

📋 copy color: '#EFB86B'

red 239 ◦ green 184 ◦ blue 107

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

Shades of Harvest Gold #EFB86B

Tints of Harvest Gold #EFB86B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.72%

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

R = 45.09%
G = 34.72%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFB86B (or 0xEFB86B) is known color: Harvest Gold. HEX triplet: EF, B8 and 6B. RGB value is (239,184,107). Sum of RGB (Red+Green+Blue) = 239+184+107=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB86B is #104794. Grayscale: #C0C0C0. Windows color (decimal): -1066901 or 7059695. OLE color: 7059695.

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

Color convert

RGB 239 184 107 -
CMYK 0 0.23 0.55 0.06
HSL 35º 0.8% 0.68% -
HSV(B) 35º 0.55% 0.94% -
XYZ 55.39 53.69 21.35 -
YUV 191.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 239 184 107 0 0.23 0.55 0.06 35 0.8 0.68
Hex EF B8 6B 0 17 37 6 23 50 44
Octal 357 270 153 0 27 67 6 43 120 104
Binary 11101111 10111000 1101011 0 10111 110111 110 100011 1010000 1000100

Color Harmonies of #EFB86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB86B

Black with #EFB86B

Text Example


Text Example

White with #EFB86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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