#EFEFBE

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

Shades of Spring Sun #EFEFBE

Tints of Spring Sun #EFEFBE

Color information

#EFEFBE (or 0xEFEFBE) is unknown color: approx Spring Sun. HEX triplet: EF, EF and BE. RGB value is (239,239,190). Sum of RGB (Red+Green+Blue) = 239+239+190=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 190 (74.61% from 255 or 28.44% from 668); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFBE is #101041. Grayscale: #E9E9E9. Windows color (decimal): -1052738 or 12513263. OLE color: 12513263.

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

Color convert

RGB239239190-
CMYK000.210.06
HSL60º60.49%84.12%-
HSV(B)60º20.5%93.73%-
XYZ75.7683.860.9-
YUV233.41103.5131.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 190 (74.61% from 255) = 28.44%
R=35.78%
G=35.78%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239190000.210.066060.4984.12
HexEFEFBE001563c3c54
Octal357357276002567474124
Binary11101111111011111011111000101011101111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFBE; }

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

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

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

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

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

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

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

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