Html Css Color HEX #EDD643 Festival

📋 copy color: '#EDD643'

red 237 ◦ green 214 ◦ blue 67

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

Shades of Festival #EDD643

Tints of Festival #EDD643

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.31%

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

R = 45.75%
G = 41.31%
B = 12.93%

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

#EDD643 (or 0xEDD643) is known color: Festival. HEX triplet: ED, D6 and 43. RGB value is (237,214,67). Sum of RGB (Red+Green+Blue) = 237+214+67=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD643 is #1229BC. Grayscale: #CCCCCC. Windows color (decimal): -1190333 or 4445933. OLE color: 4445933.

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

Color convert

RGB 237 214 67 -
CMYK 0 0.10 0.72 0.07
HSL 51.88º 0.83% 0.6% -
HSV(B) 51.88º 0.72% 0.93% -
XYZ 59.98 66.5 14.99 -
YUV 204.12 50.62 151.45 -
System Red Green Blue C M Y K H S L
Decimal 237 214 67 0 0.10 0.72 0.07 51.88 0.83 0.6
Hex ED D6 43 0 A 48 7 34 53 3C
Octal 355 326 103 0 12 110 7 64 123 74
Binary 11101101 11010110 1000011 0 1010 1001000 111 110100 1010011 111100

Color Harmonies of #EDD643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD643

Black with #EDD643

Text Example


Text Example

White with #EDD643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD643; }

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

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

background-color css

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

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

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

border-color css

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

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

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