Html Css Color HEX #EDD646 Festival

📋 copy color: '#EDD646'

red 237 ◦ green 214 ◦ blue 70

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

Shades of Festival #EDD646

Tints of Festival #EDD646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.44%

R = 45.49%
G = 41.07%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD646 (or 0xEDD646) is known color: Festival. HEX triplet: ED, D6 and 46. RGB value is (237,214,70). Sum of RGB (Red+Green+Blue) = 237+214+70=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD646 is #1229B9. Grayscale: #CDCDCD. Windows color (decimal): -1190330 or 4642541. OLE color: 4642541.

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

Color convert

RGB 237 214 70 -
CMYK 0 0.10 0.70 0.07
HSL 51.74º 0.82% 0.6% -
HSV(B) 51.74º 0.7% 0.93% -
XYZ 60.08 66.54 15.47 -
YUV 204.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 237 214 70 0 0.10 0.70 0.07 51.74 0.82 0.6
Hex ED D6 46 0 A 46 7 34 52 3C
Octal 355 326 106 0 12 106 7 64 122 74
Binary 11101101 11010110 1000110 0 1010 1000110 111 110100 1010010 111100

Color Harmonies of #EDD646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD646

Black with #EDD646

Text Example


Text Example

White with #EDD646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD646; }

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

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

background-color css

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

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

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

border-color css

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

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

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