Html Css Color HEX #EBBC6E Harvest Gold

📋 copy color: '#EBBC6E'

red 235 ◦ green 188 ◦ blue 110

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

Shades of Harvest Gold #EBBC6E

Tints of Harvest Gold #EBBC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.27%

 BLUE value IS 110 (43.36% from 255) = 20.64%

R = 44.09%
G = 35.27%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBBC6E (or 0xEBBC6E) is known color: Harvest Gold. HEX triplet: EB, BC and 6E. RGB value is (235,188,110). Sum of RGB (Red+Green+Blue) = 235+188+110=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC6E is #144391. Grayscale: #C1C1C1. Windows color (decimal): -1328018 or 7257323. OLE color: 7257323.

HSL color Cylindrical-coordinate representation of color #EBBC6E: hue angle of 37.44º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBBC6E is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 188 110 -
CMYK 0 0.2 0.53 0.08
HSL 37.44º 0.76% 0.68% -
HSV(B) 37.44º 0.53% 0.92% -
XYZ 55.06 54.75 22.42 -
YUV 193.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 235 188 110 0 0.2 0.53 0.08 37.44 0.76 0.68
Hex EB BC 6E 0 14 35 8 25 4C 44
Octal 353 274 156 0 24 65 10 45 114 104
Binary 11101011 10111100 1101110 0 10100 110101 1000 100101 1001100 1000100

Color Harmonies of #EBBC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC6E

Black with #EBBC6E

Text Example


Text Example

White with #EBBC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC6E; }

 p { color: rgb(235,188,110); }

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

background-color css

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

 a { background-color: rgb(235,188,110); }

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

border-color css

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

 span { border-color: rgb(235,188,110); }

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