Html Css Color HEX #EDD143 Festival

📋 copy color: '#EDD143'

red 237 ◦ green 209 ◦ blue 67

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

Shades of Festival #EDD143

Tints of Festival #EDD143

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

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

R = 46.2%
G = 40.74%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD143 (or 0xEDD143) is known color: Festival. HEX triplet: ED, D1 and 43. RGB value is (237,209,67). Sum of RGB (Red+Green+Blue) = 237+209+67=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD143 is #122EBC. Grayscale: #C9C9C9. Windows color (decimal): -1191613 or 4444653. OLE color: 4444653.

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

Color convert

RGB 237 209 67 -
CMYK 0 0.12 0.72 0.07
HSL 50.12º 0.83% 0.6% -
HSV(B) 50.12º 0.72% 0.93% -
XYZ 58.74 64.01 14.57 -
YUV 201.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 237 209 67 0 0.12 0.72 0.07 50.12 0.83 0.6
Hex ED D1 43 0 C 48 7 32 53 3C
Octal 355 321 103 0 14 110 7 62 123 74
Binary 11101101 11010001 1000011 0 1100 1001000 111 110010 1010011 111100

Color Harmonies of #EDD143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD143

Black with #EDD143

Text Example


Text Example

White with #EDD143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD143; }

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

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

background-color css

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

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

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

border-color css

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

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

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