#EBB46C

Color #EBB46C Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EBB46C

Tints of Harvest Gold #EBB46C

Color information

#EBB46C (or 0xEBB46C) is unknown color: approx Harvest Gold. HEX triplet: EB, B4 and 6C. RGB value is (235,180,108). Sum of RGB (Red+Green+Blue) = 235+180+108=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB46C is #144B93. Grayscale: #BCBCBC. Windows color (decimal): -1330068 or 7124203. OLE color: 7124203.

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

Color convert

RGB235180108-
CMYK00.230.540.08
HSL34.02º76.05%67.25%-
HSV(B)34.02º54.04%92.16%-
XYZ53.2951.3921.3-
YUV188.2482.72161.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 108 (42.58% from 255) = 20.65%
R=44.93%
G=34.42%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518010800.230.540.0834.0276.0567.25
HexEBB46C017368224c43
Octal353264154027661042114103
Binary11101011101101001101100010111110110100010001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB46C; }

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

 H1.HeaderClassName
 {
   color: #EBB46C;
 }
 .AnyTagClassName
 {
   color: #EBB46C;
 }
</style>
background-color css

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

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

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

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

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

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