Html Css Color HEX #EDD03D Festival

📋 copy color: '#EDD03D'

red 237 ◦ green 208 ◦ blue 61

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

Shades of Festival #EDD03D

Tints of Festival #EDD03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 46.84%
G = 41.11%
B = 12.06%

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

#EDD03D (or 0xEDD03D) is known color: Festival. HEX triplet: ED, D0 and 3D. RGB value is (237,208,61). Sum of RGB (Red+Green+Blue) = 237+208+61=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD03D is #122FC2. Grayscale: #C8C8C8. Windows color (decimal): -1191875 or 4051181. OLE color: 4051181.

HSL color Cylindrical-coordinate representation of color #EDD03D: hue angle of 50.11º 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 #EDD03D is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 61 -
CMYK 0 0.12 0.74 0.07
HSL 50.11º 0.83% 0.58% -
HSV(B) 50.11º 0.74% 0.93% -
XYZ 58.32 63.45 13.59 -
YUV 199.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 237 208 61 0 0.12 0.74 0.07 50.11 0.83 0.58
Hex ED D0 3D 0 C 4A 7 32 53 3A
Octal 355 320 75 0 14 112 7 62 123 72
Binary 11101101 11010000 111101 0 1100 1001010 111 110010 1010011 111010

Color Harmonies of #EDD03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD03D

Black with #EDD03D

Text Example


Text Example

White with #EDD03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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