Html Css Color HEX #EBC16E Harvest Gold

📋 copy color: '#EBC16E'

red 235 ◦ green 193 ◦ blue 110

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

Shades of Harvest Gold #EBC16E

Tints of Harvest Gold #EBC16E

RGB

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

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

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

R = 43.68%
G = 35.87%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBC16E (or 0xEBC16E) is known color: Harvest Gold. HEX triplet: EB, C1 and 6E. RGB value is (235,193,110). Sum of RGB (Red+Green+Blue) = 235+193+110=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC16E is #143E91. Grayscale: #C4C4C4. Windows color (decimal): -1326738 or 7258603. OLE color: 7258603.

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

Color convert

RGB 235 193 110 -
CMYK 0 0.18 0.53 0.08
HSL 39.84º 0.76% 0.68% -
HSV(B) 39.84º 0.53% 0.92% -
XYZ 56.15 56.93 22.78 -
YUV 196.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 235 193 110 0 0.18 0.53 0.08 39.84 0.76 0.68
Hex EB C1 6E 0 12 35 8 28 4C 44
Octal 353 301 156 0 22 65 10 50 114 104
Binary 11101011 11000001 1101110 0 10010 110101 1000 101000 1001100 1000100

Color Harmonies of #EBC16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC16E

Black with #EBC16E

Text Example


Text Example

White with #EBC16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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