Html Css Color HEX #EDCD45 Festival

📋 copy color: '#EDCD45'

red 237 ◦ green 205 ◦ blue 69

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

Shades of Festival #EDCD45

Tints of Festival #EDCD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.5%

R = 46.38%
G = 40.12%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDCD45 (or 0xEDCD45) is known color: Festival. HEX triplet: ED, CD and 45. RGB value is (237,205,69). Sum of RGB (Red+Green+Blue) = 237+205+69=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD45 is #1232BA. Grayscale: #C7C7C7. Windows color (decimal): -1192635 or 4574701. OLE color: 4574701.

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

Color convert

RGB 237 205 69 -
CMYK 0 0.14 0.71 0.07
HSL 48.57º 0.82% 0.6% -
HSV(B) 48.57º 0.71% 0.93% -
XYZ 57.83 62.1 14.57 -
YUV 199.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 237 205 69 0 0.14 0.71 0.07 48.57 0.82 0.6
Hex ED CD 45 0 E 47 7 31 52 3C
Octal 355 315 105 0 16 107 7 61 122 74
Binary 11101101 11001101 1000101 0 1110 1000111 111 110001 1010010 111100

Color Harmonies of #EDCD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD45

Black with #EDCD45

Text Example


Text Example

White with #EDCD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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