Html Css Color HEX #EFF2CC Spring Sun

📋 copy color: '#EFF2CC'

red 239 ◦ green 242 ◦ blue 204

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

Shades of Spring Sun #EFF2CC

Tints of Spring Sun #EFF2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.33%

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

R = 34.89%
G = 35.33%
B = 29.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EFF2CC (or 0xEFF2CC) is known color: Spring Sun. HEX triplet: EF, F2 and CC. RGB value is (239,242,204). Sum of RGB (Red+Green+Blue) = 239+242+204=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2CC is #100D33. Grayscale: #ECECEC. Windows color (decimal): -1051956 or 13431535. OLE color: 13431535.

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

Color convert

RGB 239 242 204 -
CMYK 0.01 0 0.16 0.05
HSL 64.74º 0.59% 0.87% -
HSV(B) 64.74º 0.16% 0.95% -
XYZ 78.25 86.21 69.64 -
YUV 236.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 239 242 204 0.01 0 0.16 0.05 64.74 0.59 0.87
Hex EF F2 CC 1 0 10 5 41 3B 57
Octal 357 362 314 1 0 20 5 101 73 127
Binary 11101111 11110010 11001100 1 0 10000 101 1000001 111011 1010111

Color Harmonies of #EFF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2CC

Black with #EFF2CC

Text Example


Text Example

White with #EFF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2CC; }

 p { color: rgb(239,242,204); }

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

background-color css

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

 a { background-color: rgb(239,242,204); }

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

border-color css

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

 span { border-color: rgb(239,242,204); }

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