Html Css Color HEX #EDE29A Picasso

📋 copy color: '#EDE29A'

red 237 ◦ green 226 ◦ blue 154

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

Shades of Picasso #EDE29A

Tints of Picasso #EDE29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.96%

R = 38.41%
G = 36.63%
B = 24.96%

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

#EDE29A (or 0xEDE29A) is known color: Picasso. HEX triplet: ED, E2 and 9A. RGB value is (237,226,154). Sum of RGB (Red+Green+Blue) = 237+226+154=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE29A is #121D65. Grayscale: #DDDDDD. Windows color (decimal): -1187174 or 10150637. OLE color: 10150637.

HSL color Cylindrical-coordinate representation of color #EDE29A: hue angle of 52.05º degrees, saturation: 0.7, 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 #EDE29A is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 154 -
CMYK 0 0.05 0.35 0.07
HSL 52.05º 0.7% 0.77% -
HSV(B) 52.05º 0.35% 0.93% -
XYZ 67.95 74.73 41.41 -
YUV 221.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 237 226 154 0 0.05 0.35 0.07 52.05 0.7 0.77
Hex ED E2 9A 0 5 23 7 34 46 4D
Octal 355 342 232 0 5 43 7 64 106 115
Binary 11101101 11100010 10011010 0 101 100011 111 110100 1000110 1001101

Color Harmonies of #EDE29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE29A

Black with #EDE29A

Text Example


Text Example

White with #EDE29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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