Html Css Color HEX #EDF0CA Spring Sun

📋 copy color: '#EDF0CA'

red 237 ◦ green 240 ◦ blue 202

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

Shades of Spring Sun #EDF0CA

Tints of Spring Sun #EDF0CA

RGB

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

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

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

R = 34.9%
G = 35.35%
B = 29.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EDF0CA (or 0xEDF0CA) is known color: Spring Sun. HEX triplet: ED, F0 and CA. RGB value is (237,240,202). Sum of RGB (Red+Green+Blue) = 237+240+202=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0CA is #120F35. Grayscale: #EAEAEA. Windows color (decimal): -1183542 or 13299949. OLE color: 13299949.

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

Color convert

RGB 237 240 202 -
CMYK 0.01 0 0.16 0.06
HSL 64.74º 0.56% 0.87% -
HSV(B) 64.74º 0.16% 0.94% -
XYZ 76.75 84.59 68.16 -
YUV 234.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 237 240 202 0.01 0 0.16 0.06 64.74 0.56 0.87
Hex ED F0 CA 1 0 10 6 41 38 57
Octal 355 360 312 1 0 20 6 101 70 127
Binary 11101101 11110000 11001010 1 0 10000 110 1000001 111000 1010111

Color Harmonies of #EDF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0CA

Black with #EDF0CA

Text Example


Text Example

White with #EDF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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