Html Css Color HEX #EFBB65 Harvest Gold

📋 copy color: '#EFBB65'

red 239 ◦ green 187 ◦ blue 101

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

Shades of Harvest Gold #EFBB65

Tints of Harvest Gold #EFBB65

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.48%

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

R = 45.35%
G = 35.48%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFBB65 (or 0xEFBB65) is known color: Harvest Gold. HEX triplet: EF, BB and 65. RGB value is (239,187,101). Sum of RGB (Red+Green+Blue) = 239+187+101=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB65 is #10449A. Grayscale: #C1C1C1. Windows color (decimal): -1066139 or 6667247. OLE color: 6667247.

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

Color convert

RGB 239 187 101 -
CMYK 0 0.22 0.58 0.06
HSL 37.39º 0.81% 0.67% -
HSV(B) 37.39º 0.58% 0.94% -
XYZ 55.72 54.83 19.96 -
YUV 192.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 239 187 101 0 0.22 0.58 0.06 37.39 0.81 0.67
Hex EF BB 65 0 16 3A 6 25 51 43
Octal 357 273 145 0 26 72 6 45 121 103
Binary 11101111 10111011 1100101 0 10110 111010 110 100101 1010001 1000011

Color Harmonies of #EFBB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB65

Black with #EFBB65

Text Example


Text Example

White with #EFBB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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