Html Css Color HEX #EDCD3C Festival

📋 copy color: '#EDCD3C'

red 237 ◦ green 205 ◦ blue 60

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

Shades of Festival #EDCD3C

Tints of Festival #EDCD3C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.84%

 BLUE value IS 60 (23.83% from 255) = 11.95%

R = 47.21%
G = 40.84%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDCD3C (or 0xEDCD3C) is known color: Festival. HEX triplet: ED, CD and 3C. RGB value is (237,205,60). Sum of RGB (Red+Green+Blue) = 237+205+60=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD3C is #1232C3. Grayscale: #C6C6C6. Windows color (decimal): -1192644 or 3984877. OLE color: 3984877.

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

Color convert

RGB 237 205 60 -
CMYK 0 0.14 0.75 0.07
HSL 49.15º 0.83% 0.58% -
HSV(B) 49.15º 0.75% 0.93% -
XYZ 57.57 61.99 13.21 -
YUV 198.04 50.1 155.79 -
System Red Green Blue C M Y K H S L
Decimal 237 205 60 0 0.14 0.75 0.07 49.15 0.83 0.58
Hex ED CD 3C 0 E 4B 7 31 53 3A
Octal 355 315 74 0 16 113 7 61 123 72
Binary 11101101 11001101 111100 0 1110 1001011 111 110001 1010011 111010

Color Harmonies of #EDCD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD3C

Black with #EDCD3C

Text Example


Text Example

White with #EDCD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD3C; }

 p { color: rgb(237,205,60); }

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

background-color css

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

 a { background-color: rgb(237,205,60); }

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

border-color css

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

 span { border-color: rgb(237,205,60); }

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