Html Css Color HEX #EFEFCD Spring Sun

📋 copy color: '#EFEFCD'

red 239 ◦ green 239 ◦ blue 205

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

Shades of Spring Sun #EFEFCD

Tints of Spring Sun #EFEFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.99%

 BLUE value IS 205 (80.47% from 255) = 30.01%

R = 34.99%
G = 34.99%
B = 30.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFEFCD (or 0xEFEFCD) is known color: Spring Sun. HEX triplet: EF, EF and CD. RGB value is (239,239,205). Sum of RGB (Red+Green+Blue) = 239+239+205=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFCD is #101032. Grayscale: #EBEBEB. Windows color (decimal): -1052723 or 13496303. OLE color: 13496303.

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

Color convert

RGB 239 239 205 -
CMYK 0 0 0.14 0.06
HSL 60º 0.52% 0.87% -
HSV(B) 60º 0.14% 0.94% -
XYZ 77.48 84.49 69.98 -
YUV 235.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 239 239 205 0 0 0.14 0.06 60 0.52 0.87
Hex EF EF CD 0 0 E 6 3C 34 57
Octal 357 357 315 0 0 16 6 74 64 127
Binary 11101111 11101111 11001101 0 0 1110 110 111100 110100 1010111

Color Harmonies of #EFEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFCD

Black with #EFEFCD

Text Example


Text Example

White with #EFEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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