Html Css Color HEX #EDED44 Paris Daisy

📋 copy color: '#EDED44'

red 237 ◦ green 237 ◦ blue 68

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

Shades of Paris Daisy #EDED44

Tints of Paris Daisy #EDED44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.55%

R = 43.73%
G = 43.73%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDED44 (or 0xEDED44) is known color: Paris Daisy. HEX triplet: ED, ED and 44. RGB value is (237,237,68). Sum of RGB (Red+Green+Blue) = 237+237+68=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 68 (26.95% from 255 or 12.55% from 542); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED44 is #1212BB. Grayscale: #DADADA. Windows color (decimal): -1184444 or 4517357. OLE color: 4517357.

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

Color convert

RGB 237 237 68 -
CMYK 0 0 0.71 0.07
HSL 60º 0.82% 0.6% -
HSV(B) 60º 0.71% 0.93% -
XYZ 66.25 78.99 17.22 -
YUV 217.73 43.5 141.74 -
System Red Green Blue C M Y K H S L
Decimal 237 237 68 0 0 0.71 0.07 60 0.82 0.6
Hex ED ED 44 0 0 47 7 3C 52 3C
Octal 355 355 104 0 0 107 7 74 122 74
Binary 11101101 11101101 1000100 0 0 1000111 111 111100 1010010 111100

Color Harmonies of #EDED44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED44

Black with #EDED44

Text Example


Text Example

White with #EDED44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED44; }

 p { color: rgb(237,237,68); }

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

background-color css

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

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

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

border-color css

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

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

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