Html Css Color HEX #EDE851 Paris Daisy

📋 copy color: '#EDE851'

red 237 ◦ green 232 ◦ blue 81

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

Shades of Paris Daisy #EDE851

Tints of Paris Daisy #EDE851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.73%

R = 43.09%
G = 42.18%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDE851 (or 0xEDE851) is known color: Paris Daisy. HEX triplet: ED, E8 and 51. RGB value is (237,232,81). Sum of RGB (Red+Green+Blue) = 237+232+81=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 81 (32.03% from 255 or 14.73% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE851 is #1217AE. Grayscale: #D8D8D8. Windows color (decimal): -1185711 or 5368045. OLE color: 5368045.

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

Color convert

RGB 237 232 81 -
CMYK 0 0.02 0.66 0.07
HSL 58.08º 0.81% 0.62% -
HSV(B) 58.08º 0.66% 0.93% -
XYZ 65.27 76.31 19.07 -
YUV 216.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 237 232 81 0 0.02 0.66 0.07 58.08 0.81 0.62
Hex ED E8 51 0 2 42 7 3A 51 3E
Octal 355 350 121 0 2 102 7 72 121 76
Binary 11101101 11101000 1010001 0 10 1000010 111 111010 1010001 111110

Color Harmonies of #EDE851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE851

Black with #EDE851

Text Example


Text Example

White with #EDE851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE851; }

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

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

background-color css

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

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

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

border-color css

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

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

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