Html Css Color HEX #EDE29B Picasso

📋 copy color: '#EDE29B'

red 237 ◦ green 226 ◦ blue 155

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

Shades of Picasso #EDE29B

Tints of Picasso #EDE29B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.57%

 BLUE value IS 155 (60.94% from 255) = 25.08%

R = 38.35%
G = 36.57%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDE29B (or 0xEDE29B) is known color: Picasso. HEX triplet: ED, E2 and 9B. RGB value is (237,226,155). Sum of RGB (Red+Green+Blue) = 237+226+155=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE29B is #121D64. Grayscale: #DDDDDD. Windows color (decimal): -1187173 or 10216173. OLE color: 10216173.

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

Color convert

RGB 237 226 155 -
CMYK 0 0.05 0.35 0.07
HSL 51.95º 0.69% 0.77% -
HSV(B) 51.95º 0.35% 0.93% -
XYZ 68.04 74.76 41.86 -
YUV 221.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 237 226 155 0 0.05 0.35 0.07 51.95 0.69 0.77
Hex ED E2 9B 0 5 23 7 34 45 4D
Octal 355 342 233 0 5 43 7 64 105 115
Binary 11101101 11100010 10011011 0 101 100011 111 110100 1000101 1001101

Color Harmonies of #EDE29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE29B

Black with #EDE29B

Text Example


Text Example

White with #EDE29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE29B; }

 p { color: rgb(237,226,155); }

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

background-color css

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

 a { background-color: rgb(237,226,155); }

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

border-color css

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

 span { border-color: rgb(237,226,155); }

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