Html Css Color HEX #EDC93E Festival

📋 copy color: '#EDC93E'

red 237 ◦ green 201 ◦ blue 62

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

Shades of Festival #EDC93E

Tints of Festival #EDC93E

RGB

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

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

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

R = 47.4%
G = 40.2%
B = 12.4%

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

#EDC93E (or 0xEDC93E) is known color: Festival. HEX triplet: ED, C9 and 3E. RGB value is (237,201,62). Sum of RGB (Red+Green+Blue) = 237+201+62=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 62 (24.61% from 255 or 12.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC93E is #1236C1. Grayscale: #C4C4C4. Windows color (decimal): -1193666 or 4114925. OLE color: 4114925.

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

Color convert

RGB 237 201 62 -
CMYK 0 0.15 0.74 0.07
HSL 47.66º 0.83% 0.59% -
HSV(B) 47.66º 0.74% 0.93% -
XYZ 56.68 60.13 13.18 -
YUV 195.92 52.43 157.3 -
System Red Green Blue C M Y K H S L
Decimal 237 201 62 0 0.15 0.74 0.07 47.66 0.83 0.59
Hex ED C9 3E 0 F 4A 7 30 53 3B
Octal 355 311 76 0 17 112 7 60 123 73
Binary 11101101 11001001 111110 0 1111 1001010 111 110000 1010011 111011

Color Harmonies of #EDC93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC93E

Black with #EDC93E

Text Example


Text Example

White with #EDC93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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