Html Css Color HEX #EDEB55 Paris Daisy

📋 copy color: '#EDEB55'

red 237 ◦ green 235 ◦ blue 85

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

Shades of Paris Daisy #EDEB55

Tints of Paris Daisy #EDEB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.26%

R = 42.55%
G = 42.19%
B = 15.26%

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

#EDEB55 (or 0xEDEB55) is known color: Paris Daisy. HEX triplet: ED, EB and 55. RGB value is (237,235,85). Sum of RGB (Red+Green+Blue) = 237+235+85=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB55 is #1214AA. Grayscale: #DBDBDB. Windows color (decimal): -1184939 or 5630957. OLE color: 5630957.

HSL color Cylindrical-coordinate representation of color #EDEB55: 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 #EDEB55 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 85 -
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.27 78.08 20.17 -
YUV 218.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 237 235 85 0 0.01 0.64 0.07 59.21 0.81 0.63
Hex ED EB 55 0 1 40 7 3B 51 3F
Octal 355 353 125 0 1 100 7 73 121 77
Binary 11101101 11101011 1010101 0 1 1000000 111 111011 1010001 111111

Color Harmonies of #EDEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB55

Black with #EDEB55

Text Example


Text Example

White with #EDEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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