Html Css Color HEX #EDD13D Festival

📋 copy color: '#EDD13D'

red 237 ◦ green 209 ◦ blue 61

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

Shades of Festival #EDD13D

Tints of Festival #EDD13D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.22%

 BLUE value IS 61 (24.22% from 255) = 12.03%

R = 46.75%
G = 41.22%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDD13D (or 0xEDD13D) is known color: Festival. HEX triplet: ED, D1 and 3D. RGB value is (237,209,61). Sum of RGB (Red+Green+Blue) = 237+209+61=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD13D is #122EC2. Grayscale: #C9C9C9. Windows color (decimal): -1191619 or 4051437. OLE color: 4051437.

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

Color convert

RGB 237 209 61 -
CMYK 0 0.12 0.74 0.07
HSL 50.45º 0.83% 0.58% -
HSV(B) 50.45º 0.74% 0.93% -
XYZ 58.57 63.94 13.67 -
YUV 200.5 49.28 154.03 -
System Red Green Blue C M Y K H S L
Decimal 237 209 61 0 0.12 0.74 0.07 50.45 0.83 0.58
Hex ED D1 3D 0 C 4A 7 32 53 3A
Octal 355 321 75 0 14 112 7 62 123 72
Binary 11101101 11010001 111101 0 1100 1001010 111 110010 1010011 111010

Color Harmonies of #EDD13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD13D

Black with #EDD13D

Text Example


Text Example

White with #EDD13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD13D; }

 p { color: rgb(237,209,61); }

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

background-color css

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

 a { background-color: rgb(237,209,61); }

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

border-color css

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

 span { border-color: rgb(237,209,61); }

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