Html Css Color HEX #EDE499 Picasso

📋 copy color: '#EDE499'

red 237 ◦ green 228 ◦ blue 153

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

Shades of Picasso #EDE499

Tints of Picasso #EDE499

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.89%

 BLUE value IS 153 (60.16% from 255) = 24.76%

R = 38.35%
G = 36.89%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDE499 (or 0xEDE499) is known color: Picasso. HEX triplet: ED, E4 and 99. RGB value is (237,228,153). Sum of RGB (Red+Green+Blue) = 237+228+153=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE499 is #121B66. Grayscale: #DEDEDE. Windows color (decimal): -1186663 or 10085613. OLE color: 10085613.

HSL color Cylindrical-coordinate representation of color #EDE499: hue angle of 53.57º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDE499 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 153 -
CMYK 0 0.04 0.35 0.07
HSL 53.57º 0.7% 0.76% -
HSV(B) 53.57º 0.35% 0.93% -
XYZ 68.42 75.79 41.16 -
YUV 222.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 237 228 153 0 0.04 0.35 0.07 53.57 0.7 0.76
Hex ED E4 99 0 4 23 7 36 46 4C
Octal 355 344 231 0 4 43 7 66 106 114
Binary 11101101 11100100 10011001 0 100 100011 111 110110 1000110 1001100

Color Harmonies of #EDE499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE499

Black with #EDE499

Text Example


Text Example

White with #EDE499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE499; }

 p { color: rgb(237,228,153); }

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

background-color css

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

 a { background-color: rgb(237,228,153); }

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

border-color css

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

 span { border-color: rgb(237,228,153); }

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