Html Css Color HEX #EDC93D Festival

📋 copy color: '#EDC93D'

red 237 ◦ green 201 ◦ blue 61

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

Shades of Festival #EDC93D

Tints of Festival #EDC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.28%

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

R = 47.49%
G = 40.28%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDC93D (or 0xEDC93D) is known color: Festival. HEX triplet: ED, C9 and 3D. RGB value is (237,201,61). Sum of RGB (Red+Green+Blue) = 237+201+61=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC93D is #1236C2. Grayscale: #C4C4C4. Windows color (decimal): -1193667 or 4049389. OLE color: 4049389.

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

Color convert

RGB 237 201 61 -
CMYK 0 0.15 0.74 0.07
HSL 47.73º 0.83% 0.58% -
HSV(B) 47.73º 0.74% 0.93% -
XYZ 56.65 60.11 13.03 -
YUV 195.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 237 201 61 0 0.15 0.74 0.07 47.73 0.83 0.58
Hex ED C9 3D 0 F 4A 7 30 53 3A
Octal 355 311 75 0 17 112 7 60 123 72
Binary 11101101 11001001 111101 0 1111 1001010 111 110000 1010011 111010

Color Harmonies of #EDC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC93D

Black with #EDC93D

Text Example


Text Example

White with #EDC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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