Html Css Color HEX #EDC84F Festival

📋 copy color: '#EDC84F'

red 237 ◦ green 200 ◦ blue 79

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

Shades of Festival #EDC84F

Tints of Festival #EDC84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.31%

R = 45.93%
G = 38.76%
B = 15.31%

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

#EDC84F (or 0xEDC84F) is known color: Festival. HEX triplet: ED, C8 and 4F. RGB value is (237,200,79). Sum of RGB (Red+Green+Blue) = 237+200+79=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC84F is #1237B0. Grayscale: #C5C5C5. Windows color (decimal): -1193905 or 5228781. OLE color: 5228781.

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

Color convert

RGB 237 200 79 -
CMYK 0 0.16 0.67 0.07
HSL 45.95º 0.81% 0.62% -
HSV(B) 45.95º 0.67% 0.93% -
XYZ 56.99 59.88 15.95 -
YUV 197.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 237 200 79 0 0.16 0.67 0.07 45.95 0.81 0.62
Hex ED C8 4F 0 10 43 7 2E 51 3E
Octal 355 310 117 0 20 103 7 56 121 76
Binary 11101101 11001000 1001111 0 10000 1000011 111 101110 1010001 111110

Color Harmonies of #EDC84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC84F

Black with #EDC84F

Text Example


Text Example

White with #EDC84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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