Html Css Color HEX #EDC94C Festival

📋 copy color: '#EDC94C'

red 237 ◦ green 201 ◦ blue 76

#EDC94C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #EDC94C

Tints of Festival #EDC94C

RGB

 RED value IS 237 (92.97% from 255) = 46.11%

 GREEN value IS 201 (78.91% from 255) = 39.11%

 BLUE value IS 76 (30.08% from 255) = 14.79%

R = 46.11%
G = 39.11%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDC94C (or 0xEDC94C) is known color: Festival. HEX triplet: ED, C9 and 4C. RGB value is (237,201,76). Sum of RGB (Red+Green+Blue) = 237+201+76=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC94C is #1236B3. Grayscale: #C6C6C6. Windows color (decimal): -1193652 or 5032429. OLE color: 5032429.

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

Color convert

RGB 237 201 76 -
CMYK 0 0.15 0.68 0.07
HSL 46.58º 0.82% 0.61% -
HSV(B) 46.58º 0.68% 0.93% -
XYZ 57.12 60.3 15.47 -
YUV 197.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 237 201 76 0 0.15 0.68 0.07 46.58 0.82 0.61
Hex ED C9 4C 0 F 44 7 2F 52 3D
Octal 355 311 114 0 17 104 7 57 122 75
Binary 11101101 11001001 1001100 0 1111 1000100 111 101111 1010010 111101

Color Harmonies of #EDC94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC94C

Black with #EDC94C

Text Example


Text Example

White with #EDC94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC94C; }

 p { color: rgb(237,201,76); }

 H1.HeaderClassName
 {
   color: #EDC94C;
 }
 .AnyTagClassName
 {
   color: #EDC94C;
 }
</style>

background-color css

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

 a { background-color: rgb(237,201,76); }

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

border-color css

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

 span { border-color: rgb(237,201,76); }

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