Html Css Color HEX #EDCD3D Festival

📋 copy color: '#EDCD3D'

red 237 ◦ green 205 ◦ blue 61

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

Shades of Festival #EDCD3D

Tints of Festival #EDCD3D

RGB

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

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

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

R = 47.12%
G = 40.76%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDCD3D (or 0xEDCD3D) is known color: Festival. HEX triplet: ED, CD and 3D. RGB value is (237,205,61). Sum of RGB (Red+Green+Blue) = 237+205+61=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD3D is #1232C2. Grayscale: #C6C6C6. Windows color (decimal): -1192643 or 4050413. OLE color: 4050413.

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

Color convert

RGB 237 205 61 -
CMYK 0 0.14 0.74 0.07
HSL 49.09º 0.83% 0.58% -
HSV(B) 49.09º 0.74% 0.93% -
XYZ 57.6 62 13.35 -
YUV 198.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 237 205 61 0 0.14 0.74 0.07 49.09 0.83 0.58
Hex ED CD 3D 0 E 4A 7 31 53 3A
Octal 355 315 75 0 16 112 7 61 123 72
Binary 11101101 11001101 111101 0 1110 1001010 111 110001 1010011 111010

Color Harmonies of #EDCD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD3D

Black with #EDCD3D

Text Example


Text Example

White with #EDCD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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