Html Css Color HEX #EDF0CC Spring Sun

📋 copy color: '#EDF0CC'

red 237 ◦ green 240 ◦ blue 204

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

Shades of Spring Sun #EDF0CC

Tints of Spring Sun #EDF0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.24%

 BLUE value IS 204 (80.08% from 255) = 29.96%

R = 34.8%
G = 35.24%
B = 29.96%

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

#EDF0CC (or 0xEDF0CC) is known color: Spring Sun. HEX triplet: ED, F0 and CC. RGB value is (237,240,204). Sum of RGB (Red+Green+Blue) = 237+240+204=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0CC is #120F33. Grayscale: #EBEBEB. Windows color (decimal): -1183540 or 13431021. OLE color: 13431021.

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

Color convert

RGB 237 240 204 -
CMYK 0.01 0 0.15 0.06
HSL 65º 0.55% 0.87% -
HSV(B) 65º 0.15% 0.94% -
XYZ 76.98 84.68 69.41 -
YUV 235 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 237 240 204 0.01 0 0.15 0.06 65 0.55 0.87
Hex ED F0 CC 1 0 F 6 41 37 57
Octal 355 360 314 1 0 17 6 101 67 127
Binary 11101101 11110000 11001100 1 0 1111 110 1000001 110111 1010111

Color Harmonies of #EDF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0CC

Black with #EDF0CC

Text Example


Text Example

White with #EDF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0CC; }

 p { color: rgb(237,240,204); }

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

background-color css

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

 a { background-color: rgb(237,240,204); }

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

border-color css

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

 span { border-color: rgb(237,240,204); }

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