Html Css Color HEX #EDC83D Festival

📋 copy color: '#EDC83D'

red 237 ◦ green 200 ◦ blue 61

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

Shades of Festival #EDC83D

Tints of Festival #EDC83D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.16%

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

R = 47.59%
G = 40.16%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDC83D (or 0xEDC83D) is known color: Festival. HEX triplet: ED, C8 and 3D. RGB value is (237,200,61). Sum of RGB (Red+Green+Blue) = 237+200+61=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC83D is #1237C2. Grayscale: #C3C3C3. Windows color (decimal): -1193923 or 4049133. OLE color: 4049133.

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

Color convert

RGB 237 200 61 -
CMYK 0 0.16 0.74 0.07
HSL 47.39º 0.83% 0.58% -
HSV(B) 47.39º 0.74% 0.93% -
XYZ 56.42 59.65 12.95 -
YUV 195.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 237 200 61 0 0.16 0.74 0.07 47.39 0.83 0.58
Hex ED C8 3D 0 10 4A 7 2F 53 3A
Octal 355 310 75 0 20 112 7 57 123 72
Binary 11101101 11001000 111101 0 10000 1001010 111 101111 1010011 111010

Color Harmonies of #EDC83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC83D

Black with #EDC83D

Text Example


Text Example

White with #EDC83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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