Html Css Color HEX #EDE548 Paris Daisy

📋 copy color: '#EDE548'

red 237 ◦ green 229 ◦ blue 72

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

Shades of Paris Daisy #EDE548

Tints of Paris Daisy #EDE548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.38%

R = 44.05%
G = 42.57%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDE548 (or 0xEDE548) is known color: Paris Daisy. HEX triplet: ED, E5 and 48. RGB value is (237,229,72). Sum of RGB (Red+Green+Blue) = 237+229+72=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE548 is #121AB7. Grayscale: #D6D6D6. Windows color (decimal): -1186488 or 4777453. OLE color: 4777453.

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

Color convert

RGB 237 229 72 -
CMYK 0 0.03 0.70 0.07
HSL 57.09º 0.82% 0.61% -
HSV(B) 57.09º 0.7% 0.93% -
XYZ 64.11 74.51 17.13 -
YUV 213.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 237 229 72 0 0.03 0.70 0.07 57.09 0.82 0.61
Hex ED E5 48 0 3 46 7 39 52 3D
Octal 355 345 110 0 3 106 7 71 122 75
Binary 11101101 11100101 1001000 0 11 1000110 111 111001 1010010 111101

Color Harmonies of #EDE548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE548

Black with #EDE548

Text Example


Text Example

White with #EDE548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE548; }

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

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

background-color css

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

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

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

border-color css

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

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

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