Html Css Color HEX #EDCD42 Festival

📋 copy color: '#EDCD42'

red 237 ◦ green 205 ◦ blue 66

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

Shades of Festival #EDCD42

Tints of Festival #EDCD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.99%

R = 46.65%
G = 40.35%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDCD42 (or 0xEDCD42) is known color: Festival. HEX triplet: ED, CD and 42. RGB value is (237,205,66). Sum of RGB (Red+Green+Blue) = 237+205+66=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD42 is #1232BD. Grayscale: #C7C7C7. Windows color (decimal): -1192638 or 4378093. OLE color: 4378093.

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

Color convert

RGB 237 205 66 -
CMYK 0 0.14 0.72 0.07
HSL 48.77º 0.83% 0.59% -
HSV(B) 48.77º 0.72% 0.93% -
XYZ 57.74 62.06 14.09 -
YUV 198.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 237 205 66 0 0.14 0.72 0.07 48.77 0.83 0.59
Hex ED CD 42 0 E 48 7 31 53 3B
Octal 355 315 102 0 16 110 7 61 123 73
Binary 11101101 11001101 1000010 0 1110 1001000 111 110001 1010011 111011

Color Harmonies of #EDCD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD42

Black with #EDCD42

Text Example


Text Example

White with #EDCD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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