Html Css Color HEX #EDC94E Festival

📋 copy color: '#EDC94E'

red 237 ◦ green 201 ◦ blue 78

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

Shades of Festival #EDC94E

Tints of Festival #EDC94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.12%

R = 45.93%
G = 38.95%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDC94E (or 0xEDC94E) is known color: Festival. HEX triplet: ED, C9 and 4E. RGB value is (237,201,78). Sum of RGB (Red+Green+Blue) = 237+201+78=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC94E is #1236B1. Grayscale: #C6C6C6. Windows color (decimal): -1193650 or 5163501. OLE color: 5163501.

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

Color convert

RGB 237 201 78 -
CMYK 0 0.15 0.67 0.07
HSL 46.42º 0.82% 0.62% -
HSV(B) 46.42º 0.67% 0.93% -
XYZ 57.19 60.33 15.84 -
YUV 197.74 60.43 156 -
System Red Green Blue C M Y K H S L
Decimal 237 201 78 0 0.15 0.67 0.07 46.42 0.82 0.62
Hex ED C9 4E 0 F 43 7 2E 52 3E
Octal 355 311 116 0 17 103 7 56 122 76
Binary 11101101 11001001 1001110 0 1111 1000011 111 101110 1010010 111110

Color Harmonies of #EDC94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC94E

Black with #EDC94E

Text Example


Text Example

White with #EDC94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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