Html Css Color HEX #EDE846 Paris Daisy

📋 copy color: '#EDE846'

red 237 ◦ green 232 ◦ blue 70

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

Shades of Paris Daisy #EDE846

Tints of Paris Daisy #EDE846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.99%

R = 43.97%
G = 43.04%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDE846 (or 0xEDE846) is known color: Paris Daisy. HEX triplet: ED, E8 and 46. RGB value is (237,232,70). Sum of RGB (Red+Green+Blue) = 237+232+70=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 70 (27.73% from 255 or 12.99% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE846 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE846 is #1217B9. Grayscale: #D7D7D7. Windows color (decimal): -1185722 or 4647149. OLE color: 4647149.

HSL color Cylindrical-coordinate representation of color #EDE846: hue angle of 58.2º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDE846 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 70 -
CMYK 0 0.02 0.70 0.07
HSL 58.2º 0.82% 0.6% -
HSV(B) 58.2º 0.7% 0.93% -
XYZ 64.89 76.16 17.07 -
YUV 215.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 237 232 70 0 0.02 0.70 0.07 58.2 0.82 0.6
Hex ED E8 46 0 2 46 7 3A 52 3C
Octal 355 350 106 0 2 106 7 72 122 74
Binary 11101101 11101000 1000110 0 10 1000110 111 111010 1010010 111100

Color Harmonies of #EDE846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE846

Black with #EDE846

Text Example


Text Example

White with #EDE846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE846; }

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

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

background-color css

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

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

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

border-color css

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

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

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