Html Css Color HEX #EDE956 Paris Daisy

📋 copy color: '#EDE956'

red 237 ◦ green 233 ◦ blue 86

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

Shades of Paris Daisy #EDE956

Tints of Paris Daisy #EDE956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.47%

R = 42.63%
G = 41.91%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDE956 (or 0xEDE956) is known color: Paris Daisy. HEX triplet: ED, E9 and 56. RGB value is (237,233,86). Sum of RGB (Red+Green+Blue) = 237+233+86=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 86 (33.98% from 255 or 15.47% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE956 is #1216A9. Grayscale: #DADADA. Windows color (decimal): -1185450 or 5695981. OLE color: 5695981.

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

Color convert

RGB 237 233 86 -
CMYK 0 0.02 0.64 0.07
HSL 58.41º 0.81% 0.63% -
HSV(B) 58.41º 0.64% 0.93% -
XYZ 65.74 76.95 20.19 -
YUV 217.44 53.83 141.95 -
System Red Green Blue C M Y K H S L
Decimal 237 233 86 0 0.02 0.64 0.07 58.41 0.81 0.63
Hex ED E9 56 0 2 40 7 3A 51 3F
Octal 355 351 126 0 2 100 7 72 121 77
Binary 11101101 11101001 1010110 0 10 1000000 111 111010 1010001 111111

Color Harmonies of #EDE956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE956

Black with #EDE956

Text Example


Text Example

White with #EDE956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE956; }

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

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

background-color css

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

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

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

border-color css

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

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

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