Html Css Color HEX #EDE845 Paris Daisy

📋 copy color: '#EDE845'

red 237 ◦ green 232 ◦ blue 69

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

Shades of Paris Daisy #EDE845

Tints of Paris Daisy #EDE845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.83%

R = 44.05%
G = 43.12%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDE845 (or 0xEDE845) is known color: Paris Daisy. HEX triplet: ED, E8 and 45. RGB value is (237,232,69). Sum of RGB (Red+Green+Blue) = 237+232+69=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE845 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE845 is #1217BA. Grayscale: #D7D7D7. Windows color (decimal): -1185723 or 4581613. OLE color: 4581613.

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

Color convert

RGB 237 232 69 -
CMYK 0 0.02 0.71 0.07
HSL 58.21º 0.82% 0.6% -
HSV(B) 58.21º 0.71% 0.93% -
XYZ 64.86 76.15 16.91 -
YUV 214.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 237 232 69 0 0.02 0.71 0.07 58.21 0.82 0.6
Hex ED E8 45 0 2 47 7 3A 52 3C
Octal 355 350 105 0 2 107 7 72 122 74
Binary 11101101 11101000 1000101 0 10 1000111 111 111010 1010010 111100

Color Harmonies of #EDE845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE845

Black with #EDE845

Text Example


Text Example

White with #EDE845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE845; }

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

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

background-color css

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

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

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

border-color css

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

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

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