Html Css Color HEX #EDC84E Festival

📋 copy color: '#EDC84E'

red 237 ◦ green 200 ◦ blue 78

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

Shades of Festival #EDC84E

Tints of Festival #EDC84E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.83%

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

R = 46.02%
G = 38.83%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDC84E (or 0xEDC84E) is known color: Festival. HEX triplet: ED, C8 and 4E. RGB value is (237,200,78). Sum of RGB (Red+Green+Blue) = 237+200+78=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC84E is #1237B1. Grayscale: #C5C5C5. Windows color (decimal): -1193906 or 5163245. OLE color: 5163245.

HSL color Cylindrical-coordinate representation of color #EDC84E: hue angle of 46.04º 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 #EDC84E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 78 -
CMYK 0 0.16 0.67 0.07
HSL 46.04º 0.82% 0.62% -
HSV(B) 46.04º 0.67% 0.93% -
XYZ 56.95 59.86 15.76 -
YUV 197.16 60.76 156.42 -
System Red Green Blue C M Y K H S L
Decimal 237 200 78 0 0.16 0.67 0.07 46.04 0.82 0.62
Hex ED C8 4E 0 10 43 7 2E 52 3E
Octal 355 310 116 0 20 103 7 56 122 76
Binary 11101101 11001000 1001110 0 10000 1000011 111 101110 1010010 111110

Color Harmonies of #EDC84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC84E

Black with #EDC84E

Text Example


Text Example

White with #EDC84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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