Html Css Color HEX #EDD343 Festival

📋 copy color: '#EDD343'

red 237 ◦ green 211 ◦ blue 67

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

Shades of Festival #EDD343

Tints of Festival #EDD343

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.97%

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

R = 46.02%
G = 40.97%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD343 (or 0xEDD343) is known color: Festival. HEX triplet: ED, D3 and 43. RGB value is (237,211,67). Sum of RGB (Red+Green+Blue) = 237+211+67=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD343 is #122CBC. Grayscale: #CACACA. Windows color (decimal): -1191101 or 4445165. OLE color: 4445165.

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

Color convert

RGB 237 211 67 -
CMYK 0 0.11 0.72 0.07
HSL 50.82º 0.83% 0.6% -
HSV(B) 50.82º 0.72% 0.93% -
XYZ 59.23 65 14.73 -
YUV 202.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 237 211 67 0 0.11 0.72 0.07 50.82 0.83 0.6
Hex ED D3 43 0 B 48 7 33 53 3C
Octal 355 323 103 0 13 110 7 63 123 74
Binary 11101101 11010011 1000011 0 1011 1001000 111 110011 1010011 111100

Color Harmonies of #EDD343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD343

Black with #EDD343

Text Example


Text Example

White with #EDD343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD343; }

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

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

background-color css

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

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

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

border-color css

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

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

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