Html Css Color HEX #EFEDBF Spring Sun

📋 copy color: '#EFEDBF'

red 239 ◦ green 237 ◦ blue 191

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

Shades of Spring Sun #EFEDBF

Tints of Spring Sun #EFEDBF

RGB

 RED value IS 239 (93.75% from 255) = 35.83%

 GREEN value IS 237 (92.97% from 255) = 35.53%

 BLUE value IS 191 (75% from 255) = 28.64%

R = 35.83%
G = 35.53%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFEDBF (or 0xEFEDBF) is known color: Spring Sun. HEX triplet: EF, ED and BF. RGB value is (239,237,191). Sum of RGB (Red+Green+Blue) = 239+237+191=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDBF is #101240. Grayscale: #E8E8E8. Windows color (decimal): -1053249 or 12578287. OLE color: 12578287.

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

Color convert

RGB 239 237 191 -
CMYK 0 0.01 0.20 0.06
HSL 57.5º 0.6% 0.84% -
HSV(B) 57.5º 0.2% 0.94% -
XYZ 75.28 82.68 61.28 -
YUV 232.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 239 237 191 0 0.01 0.20 0.06 57.5 0.6 0.84
Hex EF ED BF 0 1 14 6 3A 3C 54
Octal 357 355 277 0 1 24 6 72 74 124
Binary 11101111 11101101 10111111 0 1 10100 110 111010 111100 1010100

Color Harmonies of #EFEDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDBF

Black with #EFEDBF

Text Example


Text Example

White with #EFEDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDBF; }

 p { color: rgb(239,237,191); }

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

background-color css

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

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

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

border-color css

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

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

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