Html Css Color HEX #EDECCA Spring Sun

📋 copy color: '#EDECCA'

red 237 ◦ green 236 ◦ blue 202

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

Shades of Spring Sun #EDECCA

Tints of Spring Sun #EDECCA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.96%

 BLUE value IS 202 (79.3% from 255) = 29.93%

R = 35.11%
G = 34.96%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDECCA (or 0xEDECCA) is known color: Spring Sun. HEX triplet: ED, EC and CA. RGB value is (237,236,202). Sum of RGB (Red+Green+Blue) = 237+236+202=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECCA is #121335. Grayscale: #E8E8E8. Windows color (decimal): -1184566 or 13298925. OLE color: 13298925.

HSL color Cylindrical-coordinate representation of color #EDECCA: hue angle of 58.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDECCA is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 202 -
CMYK 0 0.00 0.15 0.07
HSL 58.29º 0.49% 0.86% -
HSV(B) 58.29º 0.15% 0.93% -
XYZ 75.58 82.26 67.77 -
YUV 232.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 237 236 202 0 0.00 0.15 0.07 58.29 0.49 0.86
Hex ED EC CA 0 0 F 7 3A 31 56
Octal 355 354 312 0 0 17 7 72 61 126
Binary 11101101 11101100 11001010 0 0 1111 111 111010 110001 1010110

Color Harmonies of #EDECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECCA

Black with #EDECCA

Text Example


Text Example

White with #EDECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECCA; }

 p { color: rgb(237,236,202); }

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

background-color css

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

 a { background-color: rgb(237,236,202); }

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

border-color css

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

 span { border-color: rgb(237,236,202); }

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