Html Css Color HEX #EDE849 Paris Daisy

📋 copy color: '#EDE849'

red 237 ◦ green 232 ◦ blue 73

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

Shades of Paris Daisy #EDE849

Tints of Paris Daisy #EDE849

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.8%

 BLUE value IS 73 (28.91% from 255) = 13.47%

R = 43.73%
G = 42.8%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDE849 (or 0xEDE849) is known color: Paris Daisy. HEX triplet: ED, E8 and 49. RGB value is (237,232,73). Sum of RGB (Red+Green+Blue) = 237+232+73=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE849 is #1217B6. Grayscale: #D8D8D8. Windows color (decimal): -1185719 or 4843757. OLE color: 4843757.

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

Color convert

RGB 237 232 73 -
CMYK 0 0.02 0.69 0.07
HSL 58.17º 0.82% 0.61% -
HSV(B) 58.17º 0.69% 0.93% -
XYZ 64.98 76.2 17.59 -
YUV 215.37 47.66 143.43 -
System Red Green Blue C M Y K H S L
Decimal 237 232 73 0 0.02 0.69 0.07 58.17 0.82 0.61
Hex ED E8 49 0 2 45 7 3A 52 3D
Octal 355 350 111 0 2 105 7 72 122 75
Binary 11101101 11101000 1001001 0 10 1000101 111 111010 1010010 111101

Color Harmonies of #EDE849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE849

Black with #EDE849

Text Example


Text Example

White with #EDE849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE849; }

 p { color: rgb(237,232,73); }

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

background-color css

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

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

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

border-color css

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

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

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