Html Css Color HEX #EDE54A Paris Daisy

📋 copy color: '#EDE54A'

red 237 ◦ green 229 ◦ blue 74

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

Shades of Paris Daisy #EDE54A

Tints of Paris Daisy #EDE54A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.41%

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

R = 43.89%
G = 42.41%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDE54A (or 0xEDE54A) is known color: Paris Daisy. HEX triplet: ED, E5 and 4A. RGB value is (237,229,74). Sum of RGB (Red+Green+Blue) = 237+229+74=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE54A is #121AB5. Grayscale: #D6D6D6. Windows color (decimal): -1186486 or 4908525. OLE color: 4908525.

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

Color convert

RGB 237 229 74 -
CMYK 0 0.03 0.69 0.07
HSL 57.06º 0.82% 0.61% -
HSV(B) 57.06º 0.69% 0.93% -
XYZ 64.18 74.54 17.48 -
YUV 213.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 237 229 74 0 0.03 0.69 0.07 57.06 0.82 0.61
Hex ED E5 4A 0 3 45 7 39 52 3D
Octal 355 345 112 0 3 105 7 71 122 75
Binary 11101101 11100101 1001010 0 11 1000101 111 111001 1010010 111101

Color Harmonies of #EDE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE54A

Black with #EDE54A

Text Example


Text Example

White with #EDE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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