Html Css Color HEX #EDE954 Paris Daisy

📋 copy color: '#EDE954'

red 237 ◦ green 233 ◦ blue 84

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

Shades of Paris Daisy #EDE954

Tints of Paris Daisy #EDE954

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.06%

 BLUE value IS 84 (33.2% from 255) = 15.16%

R = 42.78%
G = 42.06%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDE954 (or 0xEDE954) is known color: Paris Daisy. HEX triplet: ED, E9 and 54. RGB value is (237,233,84). Sum of RGB (Red+Green+Blue) = 237+233+84=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 84 (33.20% from 255 or 15.16% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE954 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE954 is #1216AB. Grayscale: #D9D9D9. Windows color (decimal): -1185452 or 5564909. OLE color: 5564909.

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

Color convert

RGB 237 233 84 -
CMYK 0 0.02 0.65 0.07
HSL 58.43º 0.81% 0.63% -
HSV(B) 58.43º 0.65% 0.93% -
XYZ 65.66 76.92 19.77 -
YUV 217.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 237 233 84 0 0.02 0.65 0.07 58.43 0.81 0.63
Hex ED E9 54 0 2 41 7 3A 51 3F
Octal 355 351 124 0 2 101 7 72 121 77
Binary 11101101 11101001 1010100 0 10 1000001 111 111010 1010001 111111

Color Harmonies of #EDE954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE954

Black with #EDE954

Text Example


Text Example

White with #EDE954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE954; }

 p { color: rgb(237,233,84); }

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

background-color css

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

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

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

border-color css

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

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

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