Html Css Color HEX #EBBF73 Harvest Gold

📋 copy color: '#EBBF73'

red 235 ◦ green 191 ◦ blue 115

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

Shades of Harvest Gold #EBBF73

Tints of Harvest Gold #EBBF73

RGB

 RED value IS 235 (92.19% from 255) = 43.44%

 GREEN value IS 191 (75% from 255) = 35.3%

 BLUE value IS 115 (45.31% from 255) = 21.26%

R = 43.44%
G = 35.3%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBBF73 (or 0xEBBF73) is known color: Harvest Gold. HEX triplet: EB, BF and 73. RGB value is (235,191,115). Sum of RGB (Red+Green+Blue) = 235+191+115=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBF73 is #14408C. Grayscale: #C3C3C3. Windows color (decimal): -1327245 or 7585771. OLE color: 7585771.

HSL color Cylindrical-coordinate representation of color #EBBF73: hue angle of 38º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBBF73 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 191 115 -
CMYK 0 0.19 0.51 0.08
HSL 38º 0.75% 0.69% -
HSV(B) 38º 0.51% 0.92% -
XYZ 55.99 56.16 24.11 -
YUV 195.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 235 191 115 0 0.19 0.51 0.08 38 0.75 0.69
Hex EB BF 73 0 13 33 8 26 4B 45
Octal 353 277 163 0 23 63 10 46 113 105
Binary 11101011 10111111 1110011 0 10011 110011 1000 100110 1001011 1000101

Color Harmonies of #EBBF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBF73

Black with #EBBF73

Text Example


Text Example

White with #EBBF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBF73; }

 p { color: rgb(235,191,115); }

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

background-color css

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

 a { background-color: rgb(235,191,115); }

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

border-color css

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

 span { border-color: rgb(235,191,115); }

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