#EBEBCF

Color #EBEBCF Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #EBEBCF

Tints of Spring Sun #EBEBCF

Color information

#EBEBCF (or 0xEBEBCF) is unknown color: approx Spring Sun. HEX triplet: EB, EB and CF. RGB value is (235,235,207). Sum of RGB (Red+Green+Blue) = 235+235+207=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBCF is #141430. Grayscale: #E7E7E7. Windows color (decimal): -1315889 or 13626347. OLE color: 13626347.

HSL color Cylindrical-coordinate representation of color #EBEBCF: hue angle of 60º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBEBCF is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235235207-
CMYK000.120.08
HSL60º41.18%86.67%-
HSV(B)60º11.91%92.16%-
XYZ75.2381.5870.81-
YUV231.81114130.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=34.71%
G=34.71%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235207000.120.086041.1886.67
HexEBEBCF00C83c2957
Octal3533533170014107451127
Binary11101011111010111100111100110010001111001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBCF; }

 p { color: rgb(235,235,207); }

 H1.HeaderClassName
 {
   color: #EBEBCF;
 }
 .AnyTagClassName
 {
   color: #EBEBCF;
 }
</style>
background-color css

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

 a { background-color: rgb(235,235,207); }

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

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

 span { border-color: rgb(235,235,207); }

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