Html Css Color HEX #EBC16D Harvest Gold

📋 copy color: '#EBC16D'

red 235 ◦ green 193 ◦ blue 109

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

Shades of Harvest Gold #EBC16D

Tints of Harvest Gold #EBC16D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.94%

 BLUE value IS 109 (42.97% from 255) = 20.3%

R = 43.76%
G = 35.94%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBC16D (or 0xEBC16D) is known color: Harvest Gold. HEX triplet: EB, C1 and 6D. RGB value is (235,193,109). Sum of RGB (Red+Green+Blue) = 235+193+109=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC16D is #143E92. Grayscale: #C4C4C4. Windows color (decimal): -1326739 or 7193067. OLE color: 7193067.

HSL color Cylindrical-coordinate representation of color #EBC16D: hue angle of 40º 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 #EBC16D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 109 -
CMYK 0 0.18 0.54 0.08
HSL 40º 0.76% 0.67% -
HSV(B) 40º 0.54% 0.92% -
XYZ 56.09 56.91 22.5 -
YUV 195.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 235 193 109 0 0.18 0.54 0.08 40 0.76 0.67
Hex EB C1 6D 0 12 36 8 28 4C 43
Octal 353 301 155 0 22 66 10 50 114 103
Binary 11101011 11000001 1101101 0 10010 110110 1000 101000 1001100 1000011

Color Harmonies of #EBC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC16D

Black with #EBC16D

Text Example


Text Example

White with #EBC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC16D; }

 p { color: rgb(235,193,109); }

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

background-color css

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

 a { background-color: rgb(235,193,109); }

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

border-color css

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

 span { border-color: rgb(235,193,109); }

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