Html Css Color HEX #EDE84D Paris Daisy

📋 copy color: '#EDE84D'

red 237 ◦ green 232 ◦ blue 77

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

Shades of Paris Daisy #EDE84D

Tints of Paris Daisy #EDE84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.1%

R = 43.41%
G = 42.49%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDE84D (or 0xEDE84D) is known color: Paris Daisy. HEX triplet: ED, E8 and 4D. RGB value is (237,232,77). Sum of RGB (Red+Green+Blue) = 237+232+77=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE84D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE84D is #1217B2. Grayscale: #D8D8D8. Windows color (decimal): -1185715 or 5105901. OLE color: 5105901.

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

Color convert

RGB 237 232 77 -
CMYK 0 0.02 0.68 0.07
HSL 58.13º 0.82% 0.62% -
HSV(B) 58.13º 0.68% 0.93% -
XYZ 65.12 76.25 18.31 -
YUV 215.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 237 232 77 0 0.02 0.68 0.07 58.13 0.82 0.62
Hex ED E8 4D 0 2 44 7 3A 52 3E
Octal 355 350 115 0 2 104 7 72 122 76
Binary 11101101 11101000 1001101 0 10 1000100 111 111010 1010010 111110

Color Harmonies of #EDE84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE84D

Black with #EDE84D

Text Example


Text Example

White with #EDE84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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