Html Css Color HEX #EDCD4D Festival

📋 copy color: '#EDCD4D'

red 237 ◦ green 205 ◦ blue 77

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

Shades of Festival #EDCD4D

Tints of Festival #EDCD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.84%

R = 45.66%
G = 39.5%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDCD4D (or 0xEDCD4D) is known color: Festival. HEX triplet: ED, CD and 4D. RGB value is (237,205,77). Sum of RGB (Red+Green+Blue) = 237+205+77=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD4D is #1232B2. Grayscale: #C8C8C8. Windows color (decimal): -1192627 or 5098989. OLE color: 5098989.

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

Color convert

RGB 237 205 77 -
CMYK 0 0.14 0.68 0.07
HSL 48º 0.82% 0.62% -
HSV(B) 48º 0.68% 0.93% -
XYZ 58.1 62.2 15.97 -
YUV 199.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 237 205 77 0 0.14 0.68 0.07 48 0.82 0.62
Hex ED CD 4D 0 E 44 7 30 52 3E
Octal 355 315 115 0 16 104 7 60 122 76
Binary 11101101 11001101 1001101 0 1110 1000100 111 110000 1010010 111110

Color Harmonies of #EDCD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD4D

Black with #EDCD4D

Text Example


Text Example

White with #EDCD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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