#EBD13E

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

Shades of Festival #EBD13E

Tints of Festival #EBD13E

Color information

#EBD13E (or 0xEBD13E) is unknown color: approx Festival. HEX triplet: EB, D1 and 3E. RGB value is (235,209,62). Sum of RGB (Red+Green+Blue) = 235+209+62=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD13E is #142EC1. Grayscale: #C8C8C8. Windows color (decimal): -1322690 or 4116971. OLE color: 4116971.

HSL color Cylindrical-coordinate representation of color #EBD13E: hue angle of 50.98º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBD13E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23520962-
CMYK00.110.740.08
HSL50.98º81.22%58.24%-
HSV(B)50.98º73.62%92.16%-
XYZ57.9363.6113.78-
YUV200.0250.11152.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 62 (24.61% from 255) = 12.25%
R=46.44%
G=41.30%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352096200.110.740.0850.9881.2258.24
HexEBD13E0B4A833513a
Octal35332176013112106312172
Binary111010111101000111111001011100101010001100111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD13E; }

 p { color: rgb(235,209,62); }

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

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

 a { background-color: rgb(235,209,62); }

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

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

 span { border-color: rgb(235,209,62); }

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