Html Css Color HEX #EDD53E Festival

📋 copy color: '#EDD53E'

red 237 ◦ green 213 ◦ blue 62

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

Shades of Festival #EDD53E

Tints of Festival #EDD53E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 62 (24.61% from 255) = 12.11%

R = 46.29%
G = 41.6%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDD53E (or 0xEDD53E) is known color: Festival. HEX triplet: ED, D5 and 3E. RGB value is (237,213,62). Sum of RGB (Red+Green+Blue) = 237+213+62=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD53E is #122AC1. Grayscale: #CBCBCB. Windows color (decimal): -1190594 or 4117997. OLE color: 4117997.

HSL color Cylindrical-coordinate representation of color #EDD53E: hue angle of 51.77º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDD53E is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 62 -
CMYK 0 0.10 0.74 0.07
HSL 51.77º 0.83% 0.59% -
HSV(B) 51.77º 0.74% 0.93% -
XYZ 59.59 65.94 14.14 -
YUV 202.96 48.45 152.28 -
System Red Green Blue C M Y K H S L
Decimal 237 213 62 0 0.10 0.74 0.07 51.77 0.83 0.59
Hex ED D5 3E 0 A 4A 7 34 53 3B
Octal 355 325 76 0 12 112 7 64 123 73
Binary 11101101 11010101 111110 0 1010 1001010 111 110100 1010011 111011

Color Harmonies of #EDD53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD53E

Black with #EDD53E

Text Example


Text Example

White with #EDD53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD53E; }

 p { color: rgb(237,213,62); }

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

background-color css

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

 a { background-color: rgb(237,213,62); }

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

border-color css

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

 span { border-color: rgb(237,213,62); }

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