Html Css Color HEX #EDE952 Paris Daisy

📋 copy color: '#EDE952'

red 237 ◦ green 233 ◦ blue 82

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

Shades of Paris Daisy #EDE952

Tints of Paris Daisy #EDE952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.86%

R = 42.93%
G = 42.21%
B = 14.86%

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

#EDE952 (or 0xEDE952) is known color: Paris Daisy. HEX triplet: ED, E9 and 52. RGB value is (237,233,82). Sum of RGB (Red+Green+Blue) = 237+233+82=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE952 is #1216AD. Grayscale: #D9D9D9. Windows color (decimal): -1185454 or 5433837. OLE color: 5433837.

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

Color convert

RGB 237 233 82 -
CMYK 0 0.02 0.65 0.07
HSL 58.45º 0.81% 0.63% -
HSV(B) 58.45º 0.65% 0.93% -
XYZ 65.59 76.89 19.37 -
YUV 216.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 237 233 82 0 0.02 0.65 0.07 58.45 0.81 0.63
Hex ED E9 52 0 2 41 7 3A 51 3F
Octal 355 351 122 0 2 101 7 72 121 77
Binary 11101101 11101001 1010010 0 10 1000001 111 111010 1010001 111111

Color Harmonies of #EDE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE952

Black with #EDE952

Text Example


Text Example

White with #EDE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE952; }

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

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

background-color css

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

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

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

border-color css

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

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

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