Html Css Color HEX #EDE751 Paris Daisy

📋 copy color: '#EDE751'

red 237 ◦ green 231 ◦ blue 81

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

Shades of Paris Daisy #EDE751

Tints of Paris Daisy #EDE751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.75%

R = 43.17%
G = 42.08%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDE751 (or 0xEDE751) is known color: Paris Daisy. HEX triplet: ED, E7 and 51. RGB value is (237,231,81). Sum of RGB (Red+Green+Blue) = 237+231+81=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 81 (32.03% from 255 or 14.75% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE751 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE751 is #1218AE. Grayscale: #D8D8D8. Windows color (decimal): -1185967 or 5367789. OLE color: 5367789.

HSL color Cylindrical-coordinate representation of color #EDE751: hue angle of 57.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDE751 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 81 -
CMYK 0 0.03 0.66 0.07
HSL 57.69º 0.81% 0.62% -
HSV(B) 57.69º 0.66% 0.93% -
XYZ 64.99 75.75 18.98 -
YUV 215.69 51.99 143.2 -
System Red Green Blue C M Y K H S L
Decimal 237 231 81 0 0.03 0.66 0.07 57.69 0.81 0.62
Hex ED E7 51 0 3 42 7 3A 51 3E
Octal 355 347 121 0 3 102 7 72 121 76
Binary 11101101 11100111 1010001 0 11 1000010 111 111010 1010001 111110

Color Harmonies of #EDE751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE751

Black with #EDE751

Text Example


Text Example

White with #EDE751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE751; }

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

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

background-color css

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

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

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

border-color css

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

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

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