Html Css Color HEX #EDF0CB Spring Sun

📋 copy color: '#EDF0CB'

red 237 ◦ green 240 ◦ blue 203

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

Shades of Spring Sun #EDF0CB

Tints of Spring Sun #EDF0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.85%

R = 34.85%
G = 35.29%
B = 29.85%

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

#EDF0CB (or 0xEDF0CB) is known color: Spring Sun. HEX triplet: ED, F0 and CB. RGB value is (237,240,203). Sum of RGB (Red+Green+Blue) = 237+240+203=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0CB is #120F34. Grayscale: #EBEBEB. Windows color (decimal): -1183541 or 13365485. OLE color: 13365485.

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

Color convert

RGB 237 240 203 -
CMYK 0.01 0 0.15 0.06
HSL 64.86º 0.55% 0.87% -
HSV(B) 64.86º 0.15% 0.94% -
XYZ 76.86 84.64 68.79 -
YUV 234.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 237 240 203 0.01 0 0.15 0.06 64.86 0.55 0.87
Hex ED F0 CB 1 0 F 6 41 37 57
Octal 355 360 313 1 0 17 6 101 67 127
Binary 11101101 11110000 11001011 1 0 1111 110 1000001 110111 1010111

Color Harmonies of #EDF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0CB

Black with #EDF0CB

Text Example


Text Example

White with #EDF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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