Html Css Color HEX #EDEC45 Paris Daisy

📋 copy color: '#EDEC45'

red 237 ◦ green 236 ◦ blue 69

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

Shades of Paris Daisy #EDEC45

Tints of Paris Daisy #EDEC45

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.54%

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

R = 43.73%
G = 43.54%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDEC45 (or 0xEDEC45) is known color: Paris Daisy. HEX triplet: ED, EC and 45. RGB value is (237,236,69). Sum of RGB (Red+Green+Blue) = 237+236+69=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 69 (27.34% from 255 or 12.73% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC45 is #1213BA. Grayscale: #D9D9D9. Windows color (decimal): -1184699 or 4582637. OLE color: 4582637.

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

Color convert

RGB 237 236 69 -
CMYK 0 0.00 0.71 0.07
HSL 59.64º 0.82% 0.6% -
HSV(B) 59.64º 0.71% 0.93% -
XYZ 65.99 78.43 17.29 -
YUV 217.26 44.33 142.08 -
System Red Green Blue C M Y K H S L
Decimal 237 236 69 0 0.00 0.71 0.07 59.64 0.82 0.6
Hex ED EC 45 0 0 47 7 3C 52 3C
Octal 355 354 105 0 0 107 7 74 122 74
Binary 11101101 11101100 1000101 0 0 1000111 111 111100 1010010 111100

Color Harmonies of #EDEC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC45

Black with #EDEC45

Text Example


Text Example

White with #EDEC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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