#EDCF4A

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

Shades of Festival #EDCF4A

Tints of Festival #EDCF4A

Color information

#EDCF4A (or 0xEDCF4A) is unknown color: approx Festival. HEX triplet: ED, CF and 4A. RGB value is (237,207,74). Sum of RGB (Red+Green+Blue) = 237+207+74=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF4A is #1230B5. Grayscale: #C9C9C9. Windows color (decimal): -1192118 or 4902893. OLE color: 4902893.

HSL color Cylindrical-coordinate representation of color #EDCF4A: hue angle of 48.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDCF4A is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23720774-
CMYK00.130.690.07
HSL48.96º81.91%60.98%-
HSV(B)48.96º68.78%92.94%-
XYZ58.4763.1215.58-
YUV200.8156.44153.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 74 (29.30% from 255) = 14.29%
R=45.75%
G=39.96%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372077400.130.690.0748.9681.9160.98
HexEDCF4A0D45731523d
Octal35531711201510576112275
Binary111011011100111110010100110110001011111100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF4A; }

 p { color: rgb(237,207,74); }

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

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

 a { background-color: rgb(237,207,74); }

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

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

 span { border-color: rgb(237,207,74); }

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