Html Css Color HEX #EDCD50 Festival

📋 copy color: '#EDCD50'

red 237 ◦ green 205 ◦ blue 80

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

Shades of Festival #EDCD50

Tints of Festival #EDCD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.33%

R = 45.4%
G = 39.27%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDCD50 (or 0xEDCD50) is known color: Festival. HEX triplet: ED, CD and 50. RGB value is (237,205,80). Sum of RGB (Red+Green+Blue) = 237+205+80=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD50 is #1232AF. Grayscale: #C8C8C8. Windows color (decimal): -1192624 or 5295597. OLE color: 5295597.

HSL color Cylindrical-coordinate representation of color #EDCD50: hue angle of 47.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDCD50 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 80 -
CMYK 0 0.14 0.66 0.07
HSL 47.77º 0.81% 0.62% -
HSV(B) 47.77º 0.66% 0.93% -
XYZ 58.2 62.25 16.54 -
YUV 200.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 237 205 80 0 0.14 0.66 0.07 47.77 0.81 0.62
Hex ED CD 50 0 E 42 7 30 51 3E
Octal 355 315 120 0 16 102 7 60 121 76
Binary 11101101 11001101 1010000 0 1110 1000010 111 110000 1010001 111110

Color Harmonies of #EDCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD50

Black with #EDCD50

Text Example


Text Example

White with #EDCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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