Html Css Color HEX #EFF2CA Spring Sun

📋 copy color: '#EFF2CA'

red 239 ◦ green 242 ◦ blue 202

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

Shades of Spring Sun #EFF2CA

Tints of Spring Sun #EFF2CA

RGB

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

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

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

R = 34.99%
G = 35.43%
B = 29.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#EFF2CA (or 0xEFF2CA) is known color: Spring Sun. HEX triplet: EF, F2 and CA. RGB value is (239,242,202). Sum of RGB (Red+Green+Blue) = 239+242+202=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2CA is #100D35. Grayscale: #ECECEC. Windows color (decimal): -1051958 or 13300463. OLE color: 13300463.

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

Color convert

RGB 239 242 202 -
CMYK 0.01 0 0.17 0.05
HSL 64.5º 0.61% 0.87% -
HSV(B) 64.5º 0.17% 0.95% -
XYZ 78.01 86.12 68.39 -
YUV 236.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 239 242 202 0.01 0 0.17 0.05 64.5 0.61 0.87
Hex EF F2 CA 1 0 11 5 40 3D 57
Octal 357 362 312 1 0 21 5 100 75 127
Binary 11101111 11110010 11001010 1 0 10001 101 1000000 111101 1010111

Color Harmonies of #EFF2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2CA

Black with #EFF2CA

Text Example


Text Example

White with #EFF2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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