Html Css Color HEX #EDCD40 Festival

📋 copy color: '#EDCD40'

red 237 ◦ green 205 ◦ blue 64

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

Shades of Festival #EDCD40

Tints of Festival #EDCD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.65%

R = 46.84%
G = 40.51%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDCD40 (or 0xEDCD40) is known color: Festival. HEX triplet: ED, CD and 40. RGB value is (237,205,64). Sum of RGB (Red+Green+Blue) = 237+205+64=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD40 is #1232BF. Grayscale: #C7C7C7. Windows color (decimal): -1192640 or 4247021. OLE color: 4247021.

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

Color convert

RGB 237 205 64 -
CMYK 0 0.14 0.73 0.07
HSL 48.9º 0.83% 0.59% -
HSV(B) 48.9º 0.73% 0.93% -
XYZ 57.68 62.04 13.78 -
YUV 198.49 52.1 155.46 -
System Red Green Blue C M Y K H S L
Decimal 237 205 64 0 0.14 0.73 0.07 48.9 0.83 0.59
Hex ED CD 40 0 E 49 7 31 53 3B
Octal 355 315 100 0 16 111 7 61 123 73
Binary 11101101 11001101 1000000 0 1110 1001001 111 110001 1010011 111011

Color Harmonies of #EDCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD40

Black with #EDCD40

Text Example


Text Example

White with #EDCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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