Html Css Color HEX #EDC84D Festival

📋 copy color: '#EDC84D'

red 237 ◦ green 200 ◦ blue 77

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

Shades of Festival #EDC84D

Tints of Festival #EDC84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.98%

R = 46.11%
G = 38.91%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDC84D (or 0xEDC84D) is known color: Festival. HEX triplet: ED, C8 and 4D. RGB value is (237,200,77). Sum of RGB (Red+Green+Blue) = 237+200+77=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC84D is #1237B2. Grayscale: #C5C5C5. Windows color (decimal): -1193907 or 5097709. OLE color: 5097709.

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

Color convert

RGB 237 200 77 -
CMYK 0 0.16 0.68 0.07
HSL 46.13º 0.82% 0.62% -
HSV(B) 46.13º 0.68% 0.93% -
XYZ 56.92 59.85 15.57 -
YUV 197.04 60.26 156.5 -
System Red Green Blue C M Y K H S L
Decimal 237 200 77 0 0.16 0.68 0.07 46.13 0.82 0.62
Hex ED C8 4D 0 10 44 7 2E 52 3E
Octal 355 310 115 0 20 104 7 56 122 76
Binary 11101101 11001000 1001101 0 10000 1000100 111 101110 1010010 111110

Color Harmonies of #EDC84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC84D

Black with #EDC84D

Text Example


Text Example

White with #EDC84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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