Html Css Color HEX #EDCD4F Festival

📋 copy color: '#EDCD4F'

red 237 ◦ green 205 ◦ blue 79

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

Shades of Festival #EDCD4F

Tints of Festival #EDCD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.16%

R = 45.49%
G = 39.35%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDCD4F (or 0xEDCD4F) is known color: Festival. HEX triplet: ED, CD and 4F. RGB value is (237,205,79). Sum of RGB (Red+Green+Blue) = 237+205+79=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 79 (31.25% from 255 or 15.16% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD4F is #1232B0. Grayscale: #C8C8C8. Windows color (decimal): -1192625 or 5230061. OLE color: 5230061.

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

Color convert

RGB 237 205 79 -
CMYK 0 0.14 0.67 0.07
HSL 47.85º 0.81% 0.62% -
HSV(B) 47.85º 0.67% 0.93% -
XYZ 58.17 62.23 16.34 -
YUV 200.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 237 205 79 0 0.14 0.67 0.07 47.85 0.81 0.62
Hex ED CD 4F 0 E 43 7 30 51 3E
Octal 355 315 117 0 16 103 7 60 121 76
Binary 11101101 11001101 1001111 0 1110 1000011 111 110000 1010001 111110

Color Harmonies of #EDCD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD4F

Black with #EDCD4F

Text Example


Text Example

White with #EDCD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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