Html Css Color HEX #EDD543 Festival

📋 copy color: '#EDD543'

red 237 ◦ green 213 ◦ blue 67

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

Shades of Festival #EDD543

Tints of Festival #EDD543

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

 BLUE value IS 67 (26.56% from 255) = 12.96%

R = 45.84%
G = 41.2%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD543 (or 0xEDD543) is known color: Festival. HEX triplet: ED, D5 and 43. RGB value is (237,213,67). Sum of RGB (Red+Green+Blue) = 237+213+67=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD543 is #122ABC. Grayscale: #CCCCCC. Windows color (decimal): -1190589 or 4445677. OLE color: 4445677.

HSL color Cylindrical-coordinate representation of color #EDD543: hue angle of 51.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDD543 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 67 -
CMYK 0 0.10 0.72 0.07
HSL 51.53º 0.83% 0.6% -
HSV(B) 51.53º 0.72% 0.93% -
XYZ 59.73 66 14.9 -
YUV 203.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 237 213 67 0 0.10 0.72 0.07 51.53 0.83 0.6
Hex ED D5 43 0 A 48 7 34 53 3C
Octal 355 325 103 0 12 110 7 64 123 74
Binary 11101101 11010101 1000011 0 1010 1001000 111 110100 1010011 111100

Color Harmonies of #EDD543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD543

Black with #EDD543

Text Example


Text Example

White with #EDD543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD543; }

 p { color: rgb(237,213,67); }

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

background-color css

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

 a { background-color: rgb(237,213,67); }

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

border-color css

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

 span { border-color: rgb(237,213,67); }

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