Html Css Color HEX #EDE746 Paris Daisy

📋 copy color: '#EDE746'

red 237 ◦ green 231 ◦ blue 70

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

Shades of Paris Daisy #EDE746

Tints of Paris Daisy #EDE746

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.94%

 BLUE value IS 70 (27.73% from 255) = 13.01%

R = 44.05%
G = 42.94%
B = 13.01%

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

#EDE746 (or 0xEDE746) is known color: Paris Daisy. HEX triplet: ED, E7 and 46. RGB value is (237,231,70). Sum of RGB (Red+Green+Blue) = 237+231+70=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 70 (27.73% from 255 or 13.01% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE746 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE746 is #1218B9. Grayscale: #D7D7D7. Windows color (decimal): -1185978 or 4646893. OLE color: 4646893.

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

Color convert

RGB 237 231 70 -
CMYK 0 0.03 0.70 0.07
HSL 57.84º 0.82% 0.6% -
HSV(B) 57.84º 0.7% 0.93% -
XYZ 64.61 75.6 16.98 -
YUV 214.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 237 231 70 0 0.03 0.70 0.07 57.84 0.82 0.6
Hex ED E7 46 0 3 46 7 3A 52 3C
Octal 355 347 106 0 3 106 7 72 122 74
Binary 11101101 11100111 1000110 0 11 1000110 111 111010 1010010 111100

Color Harmonies of #EDE746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE746

Black with #EDE746

Text Example


Text Example

White with #EDE746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE746; }

 p { color: rgb(237,231,70); }

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

background-color css

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

 a { background-color: rgb(237,231,70); }

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

border-color css

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

 span { border-color: rgb(237,231,70); }

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