Html Css Color HEX #EDE84A Paris Daisy

📋 copy color: '#EDE84A'

red 237 ◦ green 232 ◦ blue 74

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

Shades of Paris Daisy #EDE84A

Tints of Paris Daisy #EDE84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.63%

R = 43.65%
G = 42.73%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDE84A (or 0xEDE84A) is known color: Paris Daisy. HEX triplet: ED, E8 and 4A. RGB value is (237,232,74). Sum of RGB (Red+Green+Blue) = 237+232+74=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE84A is #1217B5. Grayscale: #D8D8D8. Windows color (decimal): -1185718 or 4909293. OLE color: 4909293.

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

Color convert

RGB 237 232 74 -
CMYK 0 0.02 0.69 0.07
HSL 58.16º 0.82% 0.61% -
HSV(B) 58.16º 0.69% 0.93% -
XYZ 65.02 76.21 17.76 -
YUV 215.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 237 232 74 0 0.02 0.69 0.07 58.16 0.82 0.61
Hex ED E8 4A 0 2 45 7 3A 52 3D
Octal 355 350 112 0 2 105 7 72 122 75
Binary 11101101 11101000 1001010 0 10 1000101 111 111010 1010010 111101

Color Harmonies of #EDE84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE84A

Black with #EDE84A

Text Example


Text Example

White with #EDE84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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