Html Css Color HEX #EDEABD Spring Sun

📋 copy color: '#EDEABD'

red 237 ◦ green 234 ◦ blue 189

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

Shades of Spring Sun #EDEABD

Tints of Spring Sun #EDEABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.45%

 BLUE value IS 189 (74.22% from 255) = 28.64%

R = 35.91%
G = 35.45%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDEABD (or 0xEDEABD) is known color: Spring Sun. HEX triplet: ED, EA and BD. RGB value is (237,234,189). Sum of RGB (Red+Green+Blue) = 237+234+189=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEABD is #121542. Grayscale: #E5E5E5. Windows color (decimal): -1185091 or 12446445. OLE color: 12446445.

HSL color Cylindrical-coordinate representation of color #EDEABD: hue angle of 56.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDEABD is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 189 -
CMYK 0 0.01 0.20 0.07
HSL 56.25º 0.57% 0.84% -
HSV(B) 56.25º 0.2% 0.93% -
XYZ 73.53 80.52 59.81 -
YUV 229.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 237 234 189 0 0.01 0.20 0.07 56.25 0.57 0.84
Hex ED EA BD 0 1 14 7 38 39 54
Octal 355 352 275 0 1 24 7 70 71 124
Binary 11101101 11101010 10111101 0 1 10100 111 111000 111001 1010100

Color Harmonies of #EDEABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEABD

Black with #EDEABD

Text Example


Text Example

White with #EDEABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEABD; }

 p { color: rgb(237,234,189); }

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

background-color css

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

 a { background-color: rgb(237,234,189); }

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

border-color css

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

 span { border-color: rgb(237,234,189); }

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