#EFEFCB

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

Shades of Spring Sun #EFEFCB

Tints of Spring Sun #EFEFCB

Color information

#EFEFCB (or 0xEFEFCB) is unknown color: approx Spring Sun. HEX triplet: EF, EF and CB. RGB value is (239,239,203). Sum of RGB (Red+Green+Blue) = 239+239+203=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFCB is #101034. Grayscale: #EBEBEB. Windows color (decimal): -1052725 or 13365231. OLE color: 13365231.

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

Color convert

RGB239239203-
CMYK000.150.06
HSL60º52.94%86.67%-
HSV(B)60º15.06%93.73%-
XYZ77.2484.468.72-
YUV234.9110130.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 203 (79.69% from 255) = 29.81%
R=35.10%
G=35.10%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239203000.150.066052.9486.67
HexEFEFCB00F63c3557
Octal357357313001767465127
Binary1110111111101111110010110011111101111001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFCB; }

 p { color: rgb(239,239,203); }

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

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

 a { background-color: rgb(239,239,203); }

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

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

 span { border-color: rgb(239,239,203); }

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