Html Css Color HEX #EFEDCA Spring Sun

📋 copy color: '#EFEDCA'

red 239 ◦ green 237 ◦ blue 202

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

Shades of Spring Sun #EFEDCA

Tints of Spring Sun #EFEDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.79%

R = 35.25%
G = 34.96%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFEDCA (or 0xEFEDCA) is known color: Spring Sun. HEX triplet: EF, ED and CA. RGB value is (239,237,202). Sum of RGB (Red+Green+Blue) = 239+237+202=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDCA is #101235. Grayscale: #E9E9E9. Windows color (decimal): -1053238 or 13299183. OLE color: 13299183.

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

Color convert

RGB 239 237 202 -
CMYK 0 0.01 0.15 0.06
HSL 56.76º 0.54% 0.86% -
HSV(B) 56.76º 0.15% 0.94% -
XYZ 76.54 83.18 67.9 -
YUV 233.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 239 237 202 0 0.01 0.15 0.06 56.76 0.54 0.86
Hex EF ED CA 0 1 F 6 39 36 56
Octal 357 355 312 0 1 17 6 71 66 126
Binary 11101111 11101101 11001010 0 1 1111 110 111001 110110 1010110

Color Harmonies of #EFEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDCA

Black with #EFEDCA

Text Example


Text Example

White with #EFEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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