Html Css Color HEX #EDE852 Paris Daisy

📋 copy color: '#EDE852'

red 237 ◦ green 232 ◦ blue 82

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

Shades of Paris Daisy #EDE852

Tints of Paris Daisy #EDE852

RGB

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

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

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

R = 43.01%
G = 42.11%
B = 14.88%

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

#EDE852 (or 0xEDE852) is known color: Paris Daisy. HEX triplet: ED, E8 and 52. RGB value is (237,232,82). Sum of RGB (Red+Green+Blue) = 237+232+82=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE852 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE852 is #1217AD. Grayscale: #D9D9D9. Windows color (decimal): -1185710 or 5433581. OLE color: 5433581.

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

Color convert

RGB 237 232 82 -
CMYK 0 0.02 0.65 0.07
HSL 58.06º 0.81% 0.63% -
HSV(B) 58.06º 0.65% 0.93% -
XYZ 65.3 76.33 19.27 -
YUV 216.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 237 232 82 0 0.02 0.65 0.07 58.06 0.81 0.63
Hex ED E8 52 0 2 41 7 3A 51 3F
Octal 355 350 122 0 2 101 7 72 121 77
Binary 11101101 11101000 1010010 0 10 1000001 111 111010 1010001 111111

Color Harmonies of #EDE852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE852

Black with #EDE852

Text Example


Text Example

White with #EDE852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE852; }

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

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

background-color css

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

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

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

border-color css

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

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

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