Html Css Color HEX #EDE850 Paris Daisy

📋 copy color: '#EDE850'

red 237 ◦ green 232 ◦ blue 80

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

Shades of Paris Daisy #EDE850

Tints of Paris Daisy #EDE850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.57%

R = 43.17%
G = 42.26%
B = 14.57%

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

#EDE850 (or 0xEDE850) is known color: Paris Daisy. HEX triplet: ED, E8 and 50. RGB value is (237,232,80). Sum of RGB (Red+Green+Blue) = 237+232+80=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE850 is #1217AF. Grayscale: #D8D8D8. Windows color (decimal): -1185712 or 5302509. OLE color: 5302509.

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

Color convert

RGB 237 232 80 -
CMYK 0 0.02 0.66 0.07
HSL 58.09º 0.81% 0.62% -
HSV(B) 58.09º 0.66% 0.93% -
XYZ 65.23 76.3 18.88 -
YUV 216.17 51.16 142.86 -
System Red Green Blue C M Y K H S L
Decimal 237 232 80 0 0.02 0.66 0.07 58.09 0.81 0.62
Hex ED E8 50 0 2 42 7 3A 51 3E
Octal 355 350 120 0 2 102 7 72 121 76
Binary 11101101 11101000 1010000 0 10 1000010 111 111010 1010001 111110

Color Harmonies of #EDE850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE850

Black with #EDE850

Text Example


Text Example

White with #EDE850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE850; }

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

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

background-color css

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

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

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

border-color css

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

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

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