Html Css Color HEX #EDE950 Paris Daisy

📋 copy color: '#EDE950'

red 237 ◦ green 233 ◦ blue 80

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

Shades of Paris Daisy #EDE950

Tints of Paris Daisy #EDE950

RGB

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

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

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

R = 43.09%
G = 42.36%
B = 14.55%

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

#EDE950 (or 0xEDE950) is known color: Paris Daisy. HEX triplet: ED, E9 and 50. RGB value is (237,233,80). Sum of RGB (Red+Green+Blue) = 237+233+80=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE950 is #1216AF. Grayscale: #D9D9D9. Windows color (decimal): -1185456 or 5302765. OLE color: 5302765.

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

Color convert

RGB 237 233 80 -
CMYK 0 0.02 0.66 0.07
HSL 58.47º 0.81% 0.62% -
HSV(B) 58.47º 0.66% 0.93% -
XYZ 65.51 76.86 18.97 -
YUV 216.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 237 233 80 0 0.02 0.66 0.07 58.47 0.81 0.62
Hex ED E9 50 0 2 42 7 3A 51 3E
Octal 355 351 120 0 2 102 7 72 121 76
Binary 11101101 11101001 1010000 0 10 1000010 111 111010 1010001 111110

Color Harmonies of #EDE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE950

Black with #EDE950

Text Example


Text Example

White with #EDE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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