#ebb269

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

Shades of Harvest Gold #EBB269

Tints of Harvest Gold #EBB269

Color information

#EBB269 (or 0xEBB269) is unknown color: approx Harvest Gold. HEX triplet: EB, B2 and 69. RGB value is (235,178,105). Sum of RGB (Red+Green+Blue) = 235+178+105=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB269 is #144D96. Grayscale: #BBBBBB. Windows color (decimal): -1330583 or 6927083. OLE color: 6927083.

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

Color convert

RGB235178105-
CMYK00.240.550.08
HSL33.69º76.47%66.67%-
HSV(B)33.69º55.32%92.16%-
XYZ52.7350.5220.34-
YUV186.7281.88162.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 105 (41.41% from 255) = 20.27%
R=45.37%
G=34.36%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517810500.240.550.0833.6976.4766.67
HexEBB269018378224c43
Octal353262151030671042114103
Binary11101011101100101101001011000110111100010001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb269; }

 p { color: rgb(235,178,105); }

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

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

 a { background-color: rgb(235,178,105); }

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

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

 span { border-color: rgb(235,178,105); }

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