Html Css Color HEX #EDEFCA Spring Sun

📋 copy color: '#EDEFCA'

red 237 ◦ green 239 ◦ blue 202

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

Shades of Spring Sun #EDEFCA

Tints of Spring Sun #EDEFCA

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #EDEFCA: hue angle of 63.24º 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 #EDEFCA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 202 -
CMYK 0.01 0 0.15 0.06
HSL 63.24º 0.54% 0.86% -
HSV(B) 63.24º 0.15% 0.94% -
XYZ 76.45 84 68.06 -
YUV 234.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 237 239 202 0.01 0 0.15 0.06 63.24 0.54 0.86
Hex ED EF CA 1 0 F 6 3F 36 56
Octal 355 357 312 1 0 17 6 77 66 126
Binary 11101101 11101111 11001010 1 0 1111 110 111111 110110 1010110

Color Harmonies of #EDEFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFCA

Black with #EDEFCA

Text Example


Text Example

White with #EDEFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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