Html Css Color HEX #EDE39C Picasso

📋 copy color: '#EDE39C'

red 237 ◦ green 227 ◦ blue 156

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

Shades of Picasso #EDE39C

Tints of Picasso #EDE39C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.61%

 BLUE value IS 156 (61.33% from 255) = 25.16%

R = 38.23%
G = 36.61%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDE39C (or 0xEDE39C) is known color: Picasso. HEX triplet: ED, E3 and 9C. RGB value is (237,227,156). Sum of RGB (Red+Green+Blue) = 237+227+156=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 156 (61.33% from 255 or 25.16% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE39C is #121C63. Grayscale: #DEDEDE. Windows color (decimal): -1186916 or 10281965. OLE color: 10281965.

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

Color convert

RGB 237 227 156 -
CMYK 0 0.04 0.34 0.07
HSL 52.59º 0.69% 0.77% -
HSV(B) 52.59º 0.34% 0.93% -
XYZ 68.39 75.34 42.39 -
YUV 221.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 237 227 156 0 0.04 0.34 0.07 52.59 0.69 0.77
Hex ED E3 9C 0 4 22 7 35 45 4D
Octal 355 343 234 0 4 42 7 65 105 115
Binary 11101101 11100011 10011100 0 100 100010 111 110101 1000101 1001101

Color Harmonies of #EDE39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE39C

Black with #EDE39C

Text Example


Text Example

White with #EDE39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE39C; }

 p { color: rgb(237,227,156); }

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

background-color css

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

 a { background-color: rgb(237,227,156); }

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

border-color css

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

 span { border-color: rgb(237,227,156); }

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