#EDCB3B

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

Shades of Festival #EDCB3B

Tints of Festival #EDCB3B

Color information

#EDCB3B (or 0xEDCB3B) is unknown color: approx Festival. HEX triplet: ED, CB and 3B. RGB value is (237,203,59). Sum of RGB (Red+Green+Blue) = 237+203+59=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB3B is #1234C4. Grayscale: #C5C5C5. Windows color (decimal): -1193157 or 3918829. OLE color: 3918829.

HSL color Cylindrical-coordinate representation of color #EDCB3B: hue angle of 48.54º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDCB3B is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB23720359-
CMYK00.140.750.07
HSL48.54º83.18%58.04%-
HSV(B)48.54º75.11%92.94%-
XYZ57.0761.0312.91-
YUV196.7550.26156.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 59 (23.44% from 255) = 11.82%
R=47.49%
G=40.68%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372035900.140.750.0748.5483.1858.04
HexEDCB3B0E4B731533a
Octal3553137301611376112372
Binary11101101110010111110110111010010111111100011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB3B; }

 p { color: rgb(237,203,59); }

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

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

 a { background-color: rgb(237,203,59); }

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

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

 span { border-color: rgb(237,203,59); }

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