Html Css Color HEX #EDE949 Paris Daisy

📋 copy color: '#EDE949'

red 237 ◦ green 233 ◦ blue 73

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

Shades of Paris Daisy #EDE949

Tints of Paris Daisy #EDE949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.91%

 BLUE value IS 73 (28.91% from 255) = 13.44%

R = 43.65%
G = 42.91%
B = 13.44%

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

#EDE949 (or 0xEDE949) is known color: Paris Daisy. HEX triplet: ED, E9 and 49. RGB value is (237,233,73). Sum of RGB (Red+Green+Blue) = 237+233+73=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 73 (28.91% from 255 or 13.44% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE949 is #1216B6. Grayscale: #D8D8D8. Windows color (decimal): -1185463 or 4844013. OLE color: 4844013.

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

Color convert

RGB 237 233 73 -
CMYK 0 0.02 0.69 0.07
HSL 58.54º 0.82% 0.61% -
HSV(B) 58.54º 0.69% 0.93% -
XYZ 65.27 76.76 17.68 -
YUV 215.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 237 233 73 0 0.02 0.69 0.07 58.54 0.82 0.61
Hex ED E9 49 0 2 45 7 3B 52 3D
Octal 355 351 111 0 2 105 7 73 122 75
Binary 11101101 11101001 1001001 0 10 1000101 111 111011 1010010 111101

Color Harmonies of #EDE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE949

Black with #EDE949

Text Example


Text Example

White with #EDE949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE949; }

 p { color: rgb(237,233,73); }

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

background-color css

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

 a { background-color: rgb(237,233,73); }

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

border-color css

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

 span { border-color: rgb(237,233,73); }

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