Html Css Color HEX #EBBC6C Harvest Gold

📋 copy color: '#EBBC6C'

red 235 ◦ green 188 ◦ blue 108

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

Shades of Harvest Gold #EBBC6C

Tints of Harvest Gold #EBBC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.34%

R = 44.26%
G = 35.4%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBBC6C (or 0xEBBC6C) is known color: Harvest Gold. HEX triplet: EB, BC and 6C. RGB value is (235,188,108). Sum of RGB (Red+Green+Blue) = 235+188+108=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC6C is #144393. Grayscale: #C1C1C1. Windows color (decimal): -1328020 or 7126251. OLE color: 7126251.

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

Color convert

RGB 235 188 108 -
CMYK 0 0.2 0.54 0.08
HSL 37.8º 0.76% 0.67% -
HSV(B) 37.8º 0.54% 0.92% -
XYZ 54.95 54.71 21.85 -
YUV 192.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 235 188 108 0 0.2 0.54 0.08 37.8 0.76 0.67
Hex EB BC 6C 0 14 36 8 26 4C 43
Octal 353 274 154 0 24 66 10 46 114 103
Binary 11101011 10111100 1101100 0 10100 110110 1000 100110 1001100 1000011

Color Harmonies of #EBBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC6C

Black with #EBBC6C

Text Example


Text Example

White with #EBBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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