Html Css Color HEX #EDEB56 Paris Daisy

📋 copy color: '#EDEB56'

red 237 ◦ green 235 ◦ blue 86

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

Shades of Paris Daisy #EDEB56

Tints of Paris Daisy #EDEB56

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.11%

 BLUE value IS 86 (33.98% from 255) = 15.41%

R = 42.47%
G = 42.11%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDEB56 (or 0xEDEB56) is known color: Paris Daisy. HEX triplet: ED, EB and 56. RGB value is (237,235,86). Sum of RGB (Red+Green+Blue) = 237+235+86=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 86 (33.98% from 255 or 15.41% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB56 is #1214A9. Grayscale: #DBDBDB. Windows color (decimal): -1184938 or 5696493. OLE color: 5696493.

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

Color convert

RGB 237 235 86 -
CMYK 0 0.01 0.64 0.07
HSL 59.21º 0.81% 0.63% -
HSV(B) 59.21º 0.64% 0.93% -
XYZ 66.31 78.09 20.38 -
YUV 218.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 237 235 86 0 0.01 0.64 0.07 59.21 0.81 0.63
Hex ED EB 56 0 1 40 7 3B 51 3F
Octal 355 353 126 0 1 100 7 73 121 77
Binary 11101101 11101011 1010110 0 1 1000000 111 111011 1010001 111111

Color Harmonies of #EDEB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB56

Black with #EDEB56

Text Example


Text Example

White with #EDEB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB56; }

 p { color: rgb(237,235,86); }

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

background-color css

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

 a { background-color: rgb(237,235,86); }

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

border-color css

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

 span { border-color: rgb(237,235,86); }

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