Html Css Color HEX #EBC06E Harvest Gold

📋 copy color: '#EBC06E'

red 235 ◦ green 192 ◦ blue 110

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

Shades of Harvest Gold #EBC06E

Tints of Harvest Gold #EBC06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.75%

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

R = 43.76%
G = 35.75%
B = 20.48%

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

#EBC06E (or 0xEBC06E) is known color: Harvest Gold. HEX triplet: EB, C0 and 6E. RGB value is (235,192,110). Sum of RGB (Red+Green+Blue) = 235+192+110=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC06E is #143F91. Grayscale: #C3C3C3. Windows color (decimal): -1326994 or 7258347. OLE color: 7258347.

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

Color convert

RGB 235 192 110 -
CMYK 0 0.18 0.53 0.08
HSL 39.36º 0.76% 0.68% -
HSV(B) 39.36º 0.53% 0.92% -
XYZ 55.93 56.49 22.71 -
YUV 195.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 235 192 110 0 0.18 0.53 0.08 39.36 0.76 0.68
Hex EB C0 6E 0 12 35 8 27 4C 44
Octal 353 300 156 0 22 65 10 47 114 104
Binary 11101011 11000000 1101110 0 10010 110101 1000 100111 1001100 1000100

Color Harmonies of #EBC06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC06E

Black with #EBC06E

Text Example


Text Example

White with #EBC06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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