Html Css Color HEX #EDCD46 Festival

📋 copy color: '#EDCD46'

red 237 ◦ green 205 ◦ blue 70

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

Shades of Festival #EDCD46

Tints of Festival #EDCD46

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

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

R = 46.29%
G = 40.04%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDCD46 (or 0xEDCD46) is known color: Festival. HEX triplet: ED, CD and 46. RGB value is (237,205,70). Sum of RGB (Red+Green+Blue) = 237+205+70=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD46 is #1232B9. Grayscale: #C7C7C7. Windows color (decimal): -1192634 or 4640237. OLE color: 4640237.

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

Color convert

RGB 237 205 70 -
CMYK 0 0.14 0.70 0.07
HSL 48.5º 0.82% 0.6% -
HSV(B) 48.5º 0.7% 0.93% -
XYZ 57.86 62.11 14.73 -
YUV 199.18 55.1 154.98 -
System Red Green Blue C M Y K H S L
Decimal 237 205 70 0 0.14 0.70 0.07 48.5 0.82 0.6
Hex ED CD 46 0 E 46 7 31 52 3C
Octal 355 315 106 0 16 106 7 61 122 74
Binary 11101101 11001101 1000110 0 1110 1000110 111 110001 1010010 111100

Color Harmonies of #EDCD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD46

Black with #EDCD46

Text Example


Text Example

White with #EDCD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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